Skip to content

Commit

Permalink
update notes on linting now that #408 is merged
Browse files Browse the repository at this point in the history
  • Loading branch information
dgtized committed Jan 21, 2024
1 parent 52a9266 commit dbab224
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ See also [release-process](https://github.com/quil/quil/wiki/Dev-notes#release-p

### Check for `cljfmt` and `clj-kondo` warnings

Run `lein do check, cljfmt check` and verify that there are no reflection warnings and that everything is formatted.
Run `bin/lint` and verify that there are no reflection warnings and that everything is formatted.

TODO: automate and include clj-kondo, and switch to `deps.edn` aliases
This is automated with github actions, however, for now the `clj-kondo` linting
is only enabled on tests as it has too many failures in `src`.

### Run automated tests locally

Expand Down

0 comments on commit dbab224

Please sign in to comment.