Skip to content

Commit 314c60a

Browse files
authored
Merge pull request #428 from dzendos/master
Fix bib cop linter
2 parents d650886 + 4d434d2 commit 314c60a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

REUSE.toml

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ path = [
3131
".DS_Store",
3232
".dockerignore",
3333
".gitattributes",
34+
".gitmodules",
3435
".gitignore",
3536
".latexmkrc",
3637
".shellcheckrc",

steps/lint.sh

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ if ! bibcop --version >/dev/null 2>&1; then
3030
PATH=$PATH:$("${LOCAL}/help/texlive-bin.sh")
3131
export PATH
3232
fi
33-
bibcop tex/report.bib
3433

3534
while IFS= read -r sh; do
3635
shellcheck --shell=bash --severity=style "${sh}"

0 commit comments

Comments
 (0)