Skip to content

Commit

Permalink
Fix :keyword-binding linter example
Browse files Browse the repository at this point in the history
  • Loading branch information
tomdl89 committed Nov 29, 2024
1 parent 340ad50 commit 18ead01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/linters.md
Original file line number Diff line number Diff line change
Expand Up @@ -1041,7 +1041,7 @@ To exclude lines that matches a pattern via `re-find`, use: `:exclude-pattern ";

*Default level:* `:off`.

*Example trigger:* `(let [{:keys [a]} {:a 1}] a)`.
*Example trigger:* `(let [{:keys [:a]} {:a 1}] a)`.

*Example message:* `Keyword binding should be a symbol: :a`

Expand Down

0 comments on commit 18ead01

Please sign in to comment.