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
Since this code has been touched by many different authors, it has a variety of styles in it. In order to make it easier to dive into, it might be useful to try to standardize coding styles and transition the codebase to using "best practices" in the Clojure community.
I have been looking into using Eastwood as a linter. It would be run on every push in Travis CI or CircleCI.
Add requirement for Eastwood and document it's usage in README
Since this code has been touched by many different authors, it has a variety of styles in it. In order to make it easier to dive into, it might be useful to try to standardize coding styles and transition the codebase to using "best practices" in the Clojure community.
I have been looking into using Eastwood as a linter. It would be run on every push in Travis CI or CircleCI.
ns :require
formsThe text was updated successfully, but these errors were encountered: