summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2025-02-10 10:38:16 -0700
committerLuke T. Shumaker <lukeshu@lukeshu.com>2025-02-11 16:55:04 -0700
commit64d17cced4136bb4f72bd1ba23a9b4ca4fc34451 (patch)
tree7b6aac166a3c7dd82a9b4287527727eae4bf604e /GNUmakefile
parent6cd125e1ffd44fdf62c44d22c519561a8c9d7268 (diff)
lib9p: make lint: Check that what is SPECIAL in idl.gen is indicated
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index db7f7fd..4b68f3f 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -103,6 +103,7 @@ lint/python3: lint/%: build-aux/venv
./build-aux/venv/bin/mypy --strict --scripts-are-modules $(sources_$*)
./build-aux/venv/bin/black --check $(sources_$*)
./build-aux/venv/bin/isort --check $(sources_$*)
+ ! grep -nh 'SPECIAL$$' -- lib9p/idl.gen
lint/c: lint/%: build-aux/lint-h build-aux/get-dscname
./build-aux/lint-h $(filter %.h,$(sources_$*))
lint/make lint/cmake lint/gitignore lint/ini lint/9p lint/markdown: lint/%: