Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(clj-kondo config): update linter exclusions and add 'defnk' to …
…unresolved-symbol exclusions The commit updates the `.clj-kondo/config.edn` configuration file to exclude the `defnk` macro from the `unresolved-symbol` linter checks, in addition to the existing exclusions. This change is likely made to prevent false positives from the linter for symbols that are valid in the project's context but not recognized by clj-kondo by default.
- Loading branch information