diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-02-12 20:54:28 -0700 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-02-12 20:54:28 -0700 |
commit | d148555bd86e323a51734b7881f92d09e2f08425 (patch) | |
tree | 0fa494fa06ca00e72926a6bde8158adb0ddc5a06 /GNUmakefile | |
parent | 6cd125e1ffd44fdf62c44d22c519561a8c9d7268 (diff) | |
parent | bd0f2f3e0fe721c7fbce63aeacffaec8344e166c (diff) |
Merge branch 'lukeshu/misc'
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/%: |