summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-08-19 10:45:58 +0300
committerLars Wirzenius <liw@liw.fi>2020-08-19 10:45:58 +0300
commit5e7610a2fdeed5d644cb9bc49ddb1d94cb588244 (patch)
tree408490dcc889253e75af899361890fed898e0229 /check
parentbf8356a71297cc18b9a9846d67315e972fa16652 (diff)
downloadsubplot-5e7610a2fdeed5d644cb9bc49ddb1d94cb588244.tar.gz
fix: check to not treat CONTRIBUTING.md as a subplot
Diffstat (limited to 'check')
-rwxr-xr-xcheck2
1 files changed, 1 insertions, 1 deletions
diff --git a/check b/check
index 06ff696..652705c 100755
--- a/check
+++ b/check
@@ -52,7 +52,7 @@ then
-exec black --check '{}' +
fi
-for md in [^R]*.md
+for md in [^CR]*.md
do
$hideok echo "$md ====================================="
codegen "$md" test.py