forked from potsda.mn/mobilizon
Fix sobelow lint
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
166ce52a7f
commit
8f156d3b5c
|
@ -57,7 +57,7 @@ lint-elixir:
|
|||
- export EXITVALUE=0
|
||||
- mix format --check-formatted --dry-run || export EXITVALUE=1
|
||||
- mix credo --strict -a || export EXITVALUE=1
|
||||
- mix sobelow --config --skip || export EXITVALUE=1
|
||||
- mix sobelow --config || export EXITVALUE=1
|
||||
- exit $EXITVALUE
|
||||
|
||||
lint-front:
|
||||
|
|
|
@ -7,6 +7,6 @@
|
|||
format: "txt",
|
||||
out: "",
|
||||
threshold: "medium",
|
||||
ignore: ["Config.HTTPS"],
|
||||
ignore: ["Config.HTTPS", "Config.CSP"],
|
||||
ignore_files: ["config/dev.1.secret.exs", "config/dev.2.secret.exs", "config/dev.3.secret.exs", "config/dev.secret.exs", "config/e2e.secret.exs", "config/prod.secret.exs", "config/test.secret.exs"]
|
||||
]
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
|
||||
AACA51671C4B3C803ACBCA3FADE84CDE
|
||||
752C0E897CA81ACD81F4BB215FA5F8E4
|
Loading…
Reference in a new issue