CLI tool to assert that files contain no inline directives
Project description
assert-no-inline-directives
A CLI tool to assert that files contain no inline directives for yamllint, pylint, mypy, coverage, clang-tidy, clang-format, and clang-diagnostic.
Installation
pip install assert-no-inline-directives
Usage
assert-no-inline-directives --tools TOOLS [OPTIONS] PATH [PATH ...]
Required Arguments
--tools TOOLS- Comma-separated list of tools:clang-diagnostic,clang-format,clang-tidy,coverage,mypy,pylint,yamllintPATH- One or more file paths, directory paths, or glob patterns to scan (directories are scanned recursively, globs support hidden directories)
Optional Arguments
--exclude PATTERNS- Comma-separated glob patterns to exclude files--quiet- Suppress output, exit code only--count- Print finding count only-v, --verbose- Show tools, files scanned, findings, and summary--fail-fast- Exit on first finding--warn-only- Always exit 0, report only--allow PATTERNS- Comma-separated patterns to allow
Examples
# Check for pylint and mypy suppressions in files
assert-no-inline-directives --tools pylint,mypy src/*.py
# Scan a directory recursively
assert-no-inline-directives --tools pylint,mypy src/
# Use glob patterns (including hidden directories like .github)
assert-no-inline-directives --tools yamllint "**/*.yml" "**/*.yaml"
# Check all Python/YAML tools, exclude vendor files
assert-no-inline-directives --tools coverage,mypy,pylint,yamllint \
--exclude "*vendor*" src/ config/
# Check for clang-tidy NOLINT directives in C++ files
assert-no-inline-directives --tools clang-tidy "**/*.cpp" "**/*.h"
# Check all clang tools
assert-no-inline-directives --tools clang-tidy,clang-format,clang-diagnostic src/
# Allow specific type: ignore patterns
assert-no-inline-directives --tools mypy \
--allow "type: ignore[import]" src/*.py
# Check for coverage pragmas
assert-no-inline-directives --tools coverage src/
# CI mode: quiet, just exit code
assert-no-inline-directives --tools pylint,mypy --quiet src/
# Verbose mode: show progress
assert-no-inline-directives --tools pylint,mypy --verbose src/
# Non-blocking check (always exit 0)
assert-no-inline-directives --tools mypy --warn-only src/
Exit Codes
0- No inline directives found1- One or more inline directives found2- Usage or runtime error (e.g., file not found, invalid tool)
Output Formats
Default format (one finding per line):
src/example.py:10:pylint:pylint: disable
src/example.py:15:mypy:type: ignore
src/example.py:20:coverage:pragma: no cover
config.yaml:5:yamllint:yamllint disable
src/main.cpp:8:clang-tidy:NOLINT
Count format (--count):
2
Detected Directives
coverage
pragma: no coverpragma: no branch
mypy (suppressions only)
type: ignore(including bracketed forms liketype: ignore[attr-defined])mypy: ignore-errors
pylint (suppressions only)
pylint: disablepylint: disable-nextpylint: disable-linepylint: skip-file
yamllint (suppressions only)
yamllint disable-lineyamllint disableyamllint disable-file
clang-tidy (suppressions only)
NOLINT(including check-specific forms likeNOLINT(bugprone-*))NOLINTNEXTLINENOLINTBEGIN
clang-format (suppressions only)
clang-format off
clang-diagnostic (suppressions only)
#pragma clang diagnostic ignored
Matching Behavior
- Case-insensitive matching
- Tolerates extra whitespace (e.g.,
pylint: disable,type: ignore) - Only detects directives in comments
(after
#for Python/YAML,//and/* */for C/C++), not in string literals clang-diagnosticmatches#pragmapreprocessor directives on the full line- Does not flag "enable" directives
(e.g.,
yamllint enable,NOLINTEND,clang-format on) - Files are scanned in alphabetical order for consistent output
- Glob patterns support hidden directories
(e.g.,
.github) - Tools only check files with matching
extensions:
clang-diagnostic:.c,.cc,.cpp,.cxx,.h,.hpp,.hxx,.m,.mmclang-format:.c,.cc,.cpp,.cxx,.h,.hpp,.hxx,.m,.mmclang-tidy:.c,.cc,.cpp,.cxx,.h,.hpp,.hxx,.m,.mmcoverage:.py,.tomlmypy:.py,.tomlpylint:.py,.tomlyamllint:.yaml,.yml,.toml
License
Apache 2.0 - see LICENSE.txt
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file assert_no_inline_directives-20260220150422.tar.gz.
File metadata
- Download URL: assert_no_inline_directives-20260220150422.tar.gz
- Upload date:
- Size: 43.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8c9de3f20dbcab933659c656f8eed3f39c7964fea40973ad6e822f463e7fd663
|
|
| MD5 |
cd4a4da7905381c308b5241701af7663
|
|
| BLAKE2b-256 |
fbb5dc8083d4d0414b9a26700d2bac7b2a0442296667557632e267e6b0098ae0
|
Provenance
The following attestation bundles were made for assert_no_inline_directives-20260220150422.tar.gz:
Publisher:
ci.yml on 10U-Labs/assert-no-inline-directives
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
assert_no_inline_directives-20260220150422.tar.gz -
Subject digest:
8c9de3f20dbcab933659c656f8eed3f39c7964fea40973ad6e822f463e7fd663 - Sigstore transparency entry: 973474527
- Sigstore integration time:
-
Permalink:
10U-Labs/assert-no-inline-directives@8571a1d1f1568ffb2315293ac3660fb4b2f4414d -
Branch / Tag:
refs/heads/main - Owner: https://github.com/10U-Labs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yml@8571a1d1f1568ffb2315293ac3660fb4b2f4414d -
Trigger Event:
push
-
Statement type:
File details
Details for the file assert_no_inline_directives-20260220150422-py3-none-any.whl.
File metadata
- Download URL: assert_no_inline_directives-20260220150422-py3-none-any.whl
- Upload date:
- Size: 14.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4505d9b60c20475723c78f17f78b65a64db1e819f955715d1f8d5ba7b8d12df0
|
|
| MD5 |
9eb675dc3a03e021bff23dc1b93c6a34
|
|
| BLAKE2b-256 |
f6518d00d74df24382e30660456c02d3b74ffd9c04894be4727a6b80fbe9b646
|
Provenance
The following attestation bundles were made for assert_no_inline_directives-20260220150422-py3-none-any.whl:
Publisher:
ci.yml on 10U-Labs/assert-no-inline-directives
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
assert_no_inline_directives-20260220150422-py3-none-any.whl -
Subject digest:
4505d9b60c20475723c78f17f78b65a64db1e819f955715d1f8d5ba7b8d12df0 - Sigstore transparency entry: 973474531
- Sigstore integration time:
-
Permalink:
10U-Labs/assert-no-inline-directives@8571a1d1f1568ffb2315293ac3660fb4b2f4414d -
Branch / Tag:
refs/heads/main - Owner: https://github.com/10U-Labs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yml@8571a1d1f1568ffb2315293ac3660fb4b2f4414d -
Trigger Event:
push
-
Statement type: