summaryrefslogtreecommitdiff
path: root/dev-run.sh
diff options
context:
space:
mode:
authorVictor Näslund <victor@sunet.se>2022-11-18 11:11:38 +0100
committerVictor Näslund <victor@sunet.se>2022-11-18 11:11:38 +0100
commit220653827c2df98cdbc8e94423e549edb4231d2f (patch)
tree2fd9f406cba6c709c75b8fb5160d70ab76fd008d /dev-run.sh
parent933420961112fbdd2eae8b7a643fb6ef26e815c4 (diff)
ignore duplicate code in tests
Diffstat (limited to 'dev-run.sh')
-rwxr-xr-xdev-run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-run.sh b/dev-run.sh
index 51a4cbb..bf35a42 100755
--- a/dev-run.sh
+++ b/dev-run.sh
@@ -36,7 +36,7 @@ fi
which pylint > /dev/null
if [ $? -eq 0 ]
then
- pylint --max-line-length 120 tests/*.py # || exit 1
+ pylint --disable R0801 --max-line-length 120 tests/*.py # || exit 1
fi
# Stop the containers