devth/yetibot

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

Summary

Maintainability
Test Coverage

Non-idiomatic code found in (-> (f/formatter "yyyy-MM-dd HH:mm:ss") (f/with-zone (time/default-time-zone)))
Open

  (-> (f/formatter "yyyy-MM-dd HH:mm:ss")
Severity: Minor
Found in src/yetibot/commands/time.clj by kibit

Consider using:

(f/with-zone
  (f/formatter "yyyy-MM-dd HH:mm:ss")
  (time/default-time-zone))

instead of:

(-> (f/formatter "yyyy-MM-dd HH:mm:ss")
 (f/with-zone (time/default-time-zone)))

There are no issues that match your filters.

Category
Status