practicalli / practicalli/clojure
clj-kondo lint rules
Nobody has claimed this yet.
- Dominant language
- Makefile
- Stars
- 117
- Forks
- 36
- PR merge metrics
- No merged PRs in 30d
Description
Ignoring expressions
Using ... will inform clj-kondo to ignore the following expression
#_:clj-kondo/ignore
(,,,)
Common use would be for a (comment ...) block (although I believe they are ignored by default in clj-kondo)
#_:clj-kondo/ignore
(comment
(repl-driven-development :experiment)
)
Specific lint rules can be ingnored rather than blanket ignoring
#_{:clj-kondo/ignore [:invalid-arity]}
(,,,)
Add reference to lint rule on clj-kondo page
https://github.com/borkdude/clj-kondo/blob/master/doc/linters.md
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open the linked clj-kondo doc at doc/linters.md and locate the section covering lint rules or ignored expressions. Add a reference explaining the clj-kondo ignore syntax shown in the issue, then verify that the documentation clearly points readers to the relevant lint rule.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- clojure
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100