devth/yetibot

View on GitHub
src/yetibot/commands/javascript.clj

Summary

Maintainability
Test Coverage

Non-idiomatic code found in (dorun (map evaljs (clojure.core/deref statements)))
Open

                            (dorun (map evaljs @statements))
Severity: Minor
Found in src/yetibot/commands/javascript.clj by kibit

Consider using:

(run! evaljs @statements)

instead of:

(dorun (map evaljs @statements))

There are no issues that match your filters.

Category
Status