Skip to content

Commit

Permalink
Enable config for sobelow
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanDGiraldoM committed Feb 20, 2024
1 parent c69f2c3 commit b7f9722
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- run: |
mix credo --sonarqube-base-folder ./ --sonarqube-file credo_sonarqube.json --mute-exit-status
mix sobelow
mix sobelow --config
mix sobelow -f json --out sobelow.json
name: Static Code Analysis
Expand Down
1 change: 1 addition & 0 deletions .idea/runConfigurations/sobelow.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .sobelow-conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[strict: true, verbose: false, private: false, skip: false, router: nil, exit: false, format: "txt", out: nil, threshold: :low, ignore: ["DOS.StringToAtom"], ignore_files: [], version: false]

0 comments on commit b7f9722

Please sign in to comment.