Skip to content

Commit

Permalink
doc: dev: minor updates (#97)
Browse files Browse the repository at this point in the history
Just happened to notice a few bits missing.
  • Loading branch information
lread authored Aug 6, 2024
1 parent 4b5b612 commit 867ba4a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -330,11 +330,26 @@ PATCHED VERSION: 1.55
clojure -M:nREPL -m nrepl.cmdline
```

## Test

```bash
clojure -M:test
```

## Lint

We use [clojure-lsp from the command line](https://clojure-lsp.io/api/cli/) to lint:
```bash
clojure -M:clojure-lsp format
clojure -M:clojure-lsp clean-ns
clojure -M:clojure-lsp diagnostics
```

## Security

We use [clj-holmes](https://github.com/clj-holmes/clj-holmes) to check for potentially vulnerable patterns in clj-watson source code:
```bash
clj-holmes scan -p .
```

# License and Copyright
Expand Down

0 comments on commit 867ba4a

Please sign in to comment.