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

Fixes.

parent 0d2fdbf2
Branches
No related tags found
No related merge requests found
Pipeline #24917 passed
......@@ -10,7 +10,7 @@ stages:
variables:
AUTHPASSWORD: "example" # change to "" (empty string) to disable authentication
# username is always "review" (without quotes)
CI_REF: &ref e9227a8c6359ba4d650a5b967a8a7e43fbc65e27
CI_REF: &ref f92835f32065850eae5c2de6acfcd1c8a68893de
include:
# VARIABLES
......
......@@ -29,7 +29,8 @@
"Shevastream",
"Shrewsbury",
"SIGMOD",
"VLDB"
"VLDB",
"TDSC"
],
"flagWords": []
}
% cSpell:ignore gkollios rundenst Athanassoulis
% cSpell:ignore gkollios rundenst Athanassoulis AAAAJ AAAAAJ KRXB
\sectionTitle{Referees}{\faQuoteLeft}
\begin{referees}
......
......@@ -10,7 +10,7 @@ CWD=$(pwd)
echo ">>> Testing CHKTEX..."
chktex -eall -n22 -n46 -n30 -n3 -e16 -I0 -v2 -o chktex.out document/**/*.tex document/*.tex &> /dev/null
chktex -eall -n22 -n2 -n46 -n30 -n3 -e16 -I0 -v2 -o chktex.out document/**/*.tex document/*.tex &> /dev/null
cat chktex.out
if [ -s chktex.out ];
then
......@@ -37,7 +37,12 @@ done
echo ">>> Testing CSPELL..."
if cspell -V; then
cspell -c .vscode/cSpell.json document/**/*.tex document/*.tex
else
echo "Will use Docker. Or install with: npm install -g cspell"
docker run -it -v "$(pwd)":/code --entrypoint /bin/bash dbogatov/docker-images:cspell-latest -c "cd /code && cspell -c .vscode/cSpell.json document/**/*.tex document/*.tex"
fi
if [[ $? != 0 ]];
then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment