diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-02-10 10:38:16 -0700 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-02-11 16:55:04 -0700 |
commit | 64d17cced4136bb4f72bd1ba23a9b4ca4fc34451 (patch) | |
tree | 7b6aac166a3c7dd82a9b4287527727eae4bf604e /GNUmakefile | |
parent | 6cd125e1ffd44fdf62c44d22c519561a8c9d7268 (diff) |
lib9p: make lint: Check that what is SPECIAL in idl.gen is indicated
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 1 |
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/%: |