Skip to content

Commit

Permalink
Disable all but security checks for clj-holmes
Browse files Browse the repository at this point in the history
This keeps clj-holmes active for what we really care about and
deals with our false positive.
  • Loading branch information
lread committed Aug 3, 2024
1 parent 0247ec3 commit d3e1b3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,6 @@ jobs:
- name: clj-holmes (Clojure)
uses: clj-holmes/clj-holmes-action@main
with:
tags: 'security'
output-type: 'stdout'
fail-on-result: 'true'
3 changes: 1 addition & 2 deletions src/clj_watson/cli_spec.clj
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
:ref "<file>"
:coerce :string
:validate validate-file-exists
:require :yes ;; Normally would `:require true` but clj-holmes\clj-holmes thinks this is a clojure spec
;; and raises: "Typo on schema declaration using :require instead of :required."
:require true
:desc "Path of deps.edn file to scan"}

:output
Expand Down

0 comments on commit d3e1b3f

Please sign in to comment.