We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d650886 + 4d434d2 commit 314c60aCopy full SHA for 314c60a
REUSE.toml
@@ -31,6 +31,7 @@ path = [
31
".DS_Store",
32
".dockerignore",
33
".gitattributes",
34
+ ".gitmodules",
35
".gitignore",
36
".latexmkrc",
37
".shellcheckrc",
steps/lint.sh
@@ -30,7 +30,6 @@ if ! bibcop --version >/dev/null 2>&1; then
30
PATH=$PATH:$("${LOCAL}/help/texlive-bin.sh")
export PATH
fi
-bibcop tex/report.bib
while IFS= read -r sh; do
shellcheck --shell=bash --severity=style "${sh}"
0 commit comments