summaryrefslogtreecommitdiff
path: root/preseason/check-all.sh
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2024-02-22 16:57:33 +0100
committeremkael <emkael@tlen.pl>2024-02-22 16:57:33 +0100
commit67d70917ab612acf10c18505d6423e2483249ae5 (patch)
tree3761a7f5d38df354ef098b76b1a4b337e5efdc4c /preseason/check-all.sh
parent1a2c6c59f8e2b795c878a748027b87789861116e (diff)
Disabling RR prechecks, only enabling checks configured in JSON
Diffstat (limited to 'preseason/check-all.sh')
-rwxr-xr-xpreseason/check-all.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/preseason/check-all.sh b/preseason/check-all.sh
index ed701d5..8e59189 100755
--- a/preseason/check-all.sh
+++ b/preseason/check-all.sh
@@ -2,5 +2,5 @@
find config -name *.json |
while read JSON
do
- python3 checks.py ${JSON} dates logoh vp_table page_language team_names kolorki
+ python3 checks.py ${JSON} round_dates logoh vp_table language team_names kolorki
done