practicalli / practicalli/clojure

clj-kondo lint rules

Open
#319 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

linter
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.