Skip to content

Commit

Permalink
Fix up linter
Browse files Browse the repository at this point in the history
  • Loading branch information
nnichols committed Mar 2, 2024
1 parent ad007b4 commit 7ded943
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ jobs:
run: |
cljstyle fix --report --report-timing --verbose
- name: Sort Namespaces
run: |
lein ns-sort
- name: Render Changelog
run: |
lein sealog render
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
reporter: github-pr-review
level: error
filter_mode: file
ignore: "litre,millilitre"

clj-kondo:
runs-on: ubuntu-latest
Expand Down
1 change: 0 additions & 1 deletion src/brewtility/enrich/fermentables.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"brewtility.enrich.yeast"]}
(:require [brewtility.enrich.impl :as impl]
[brewtility.predicates.fermentables :as fermentables.predicate]
[brewtility.units.color :as color]
[brewtility.units.options :as options]))


Expand Down

0 comments on commit 7ded943

Please sign in to comment.