diff options
author | Victor Näslund <victor@sunet.se> | 2022-11-18 11:11:38 +0100 |
---|---|---|
committer | Victor Näslund <victor@sunet.se> | 2022-11-18 11:11:38 +0100 |
commit | 220653827c2df98cdbc8e94423e549edb4231d2f (patch) | |
tree | 2fd9f406cba6c709c75b8fb5160d70ab76fd008d | |
parent | 933420961112fbdd2eae8b7a643fb6ef26e815c4 (diff) |
ignore duplicate code in tests
-rwxr-xr-x | dev-run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |