Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arity errors #282

Closed
borkdude opened this issue Apr 23, 2019 · 1 comment
Closed

Arity errors #282

borkdude opened this issue Apr 23, 2019 · 1 comment

Comments

@borkdude
Copy link
Contributor

borkdude commented Apr 23, 2019

The linter clj-kondo found the following arity exceptions in this codebase:

  • taoensso/timbre/appenders/3rd_party/android_logcat.clj:57:10: error: wrong number of args (1) passed to taoensso.timbre.appenders.3rd-party.android-logcat/android-logcat-appender
  • taoensso/timbre/appenders/3rd_party/irclj.clj:64:10: error: wrong number of args (2) passed to taoensso.timbre.appenders.3rd-party.irclj/irclj-appender

I checked and they seem to be legit, although I haven't gone through the trouble of verifying in the REPL (in the case of Android I ran into a ClassNotFoundException).

@ptaoussanis
Copy link
Member

Fixed, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants