You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@borkdude and myself were discussing adding a linter to clj-kondo about case statements with symbol arguments, and during some code searches we found this:
@borkdude and myself were discussing adding a linter to clj-kondo about case statements with symbol arguments, and during some code searches we found this:
https://github.com/dm3/clojure.java-time/blob/master/src/java_time/format.clj#L32
The case statement should probably start with
s
as the first argument :)The text was updated successfully, but these errors were encountered: