Skip to content

Commit

Permalink
Pre-populate clj-kondo imports, to avoid false positives
Browse files Browse the repository at this point in the history
  • Loading branch information
iarenaza committed Oct 1, 2024
1 parent f278ab0 commit 46a22b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: lein cljfmt check

- name: Lint
run: clj-kondo --lint src --lint test && lein eastwood
run: clj-kondo --lint "$(lein classpath)" --dependencies --parallel --copy-configs && clj-kondo --lint src --lint test && lein eastwood

- name: Test
env:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- Pre-populate clj-kondo imports, to avoid false positives

## [0.1.0-alpha-5] - 2024.10.01

### Fixed
Expand Down

0 comments on commit 46a22b6

Please sign in to comment.