Skip to content
Snippets Groups Projects
Commit 6195484b authored by Dmytro Bogatov's avatar Dmytro Bogatov :two_hearts:
Browse files

Update chktex.yml

parent 6a3e7d8f
Branches
No related tags found
No related merge requests found
......@@ -2,14 +2,14 @@ chktex:
image: dbogatov/docker-images:latex-latest
stage: lint
script:
- chktex -eall -n22 -n46 -n30 -n3 -e16 -I0 -v2 -o chktex.out $LATEX_SRC/**/*.tex || true
- chktex -eall -n22 -n2 -n46 -n30 -n3 -e16 -I0 -v2 -o chktex.out $LATEX_SRC/**/*.tex || true
- cat chktex.out
- if [ -s chktex.out ]; then false; fi
- rm -f chktex.out
- chktex -eall -n22 -n46 -n30 -n3 -e16 -I0 -v2 -o chktex.out $LATEX_SRC/*.tex || true
- chktex -eall -n22 -n2 -n46 -n30 -n3 -e16 -I0 -v2 -o chktex.out $LATEX_SRC/*.tex || true
- cat chktex.out
- if [ -s chktex.out ]; then false; fi
- chktex -eall -n22 -n46 -n30 -n3 -e16 -I0 -v2 -o chktex.out *.tex || true
- chktex -eall -n22 -n2 -n46 -n30 -n3 -e16 -I0 -v2 -o chktex.out *.tex || true
- cat chktex.out
- if [ -s chktex.out ]; then false; fi
rules:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment