projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b73ca6
)
.gitlab-ci.yml: Use --strict instead of list
author
Haelwenn (lanodan) Monnier
<contact@hacktivis.me>
Tue, 5 Mar 2019 05:11:21 +0000
(06:11 +0100)
committer
Haelwenn (lanodan) Monnier
<contact@hacktivis.me>
Wed, 13 Mar 2019 03:26:56 +0000
(
04:26
+0100)
This makes the output to be more compact while not loosing readability
--format=flycheck // --format=json could also be used but they are
not very human readable
.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index 0d7f92c9ee05f0670336047d476e3bcfefd2d115..d5f2a762a418dcac45d710c1e89f8f2f46b0b15a 100644
(file)
--- a/
.gitlab-ci.yml
+++ b/
.gitlab-ci.yml
@@
-42,4
+42,4
@@
unit-testing:
analysis:
stage: analysis
script:
- - mix credo
lis
t --only=warnings,todo,fixme,consistency,readability
+ - mix credo
--stric
t --only=warnings,todo,fixme,consistency,readability