Skip to main content

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 clang-diagnostic, clang-format, clang-tidy, coverage, markdownlint, mypy, pylint, and yamllint.

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,markdownlint,mypy,pylint,yamllint
  • PATH - One or more file paths, directory paths, or glob patterns to scan (directories are scanned recursively, globs support hidden directories)

Optional Arguments

  • --allow PATTERNS - Comma-separated patterns to allow
  • --count - Print finding count only
  • --exclude PATTERNS - Comma-separated glob patterns to exclude files
  • --fail-fast - Exit on first finding
  • --quiet - Suppress output, exit code only
  • -v, --verbose - Show tools, files scanned, findings, and summary
  • --warn-only - Always exit 0, report only

Examples

# Check all clang tools
assert-no-inline-directives --tools clang-tidy,clang-format,clang-diagnostic src/

# Check for clang-tidy NOLINT directives in C++ files
assert-no-inline-directives --tools clang-tidy "**/*.cpp" "**/*.h"

# Check for coverage pragmas
assert-no-inline-directives --tools coverage src/

# Check for markdownlint suppressions in markdown files
assert-no-inline-directives --tools markdownlint "**/*.md"

# 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/

# Allow specific type: ignore patterns
assert-no-inline-directives --tools mypy \
    --allow "type: ignore[import]" src/*.py

# 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 found
  • 1 - One or more inline directives found
  • 2 - Usage or runtime error (e.g., file not found, invalid tool)

Output Formats

Default format (one finding per line):

config.yaml:5:yamllint:yamllint disable
README.md:3:markdownlint:markdownlint-disable
src/example.py:10:pylint:pylint: disable
src/example.py:15:mypy:type: ignore
src/example.py:20:coverage:pragma: no cover
src/main.cpp:8:clang-tidy:NOLINT

Count format (--count):

2

Detected Directives

clang-diagnostic (suppressions only)

  • #pragma clang diagnostic ignored

clang-format (suppressions only)

  • clang-format off

clang-tidy (suppressions only)

  • NOLINT (including check-specific forms like NOLINT(bugprone-*))
  • NOLINTBEGIN
  • NOLINTNEXTLINE

coverage

  • pragma: no branch
  • pragma: no cover

markdownlint (suppressions only)

  • markdownlint-capture
  • markdownlint-configure-file
  • markdownlint-disable (including rule-specific forms like markdownlint-disable MD001)
  • markdownlint-disable-file
  • markdownlint-disable-line
  • markdownlint-disable-next-line

mypy (suppressions only)

  • mypy: ignore-errors
  • type: ignore (including bracketed forms like type: ignore[attr-defined])

pylint (suppressions only)

  • pylint: disable
  • pylint: disable-line
  • pylint: disable-next
  • pylint: skip-file

yamllint (suppressions only)

  • yamllint disable
  • yamllint disable-file
  • yamllint disable-line

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-diagnostic matches #pragma preprocessor directives on the full line
  • markdownlint matches <!-- markdownlint-... --> HTML comment directives on the full line
  • Does not flag "enable" directives (e.g., clang-format on, markdownlint-enable, markdownlint-restore, NOLINTEND, yamllint enable)
  • 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, .mm
    • clang-format: .c, .cc, .cpp, .cxx, .h, .hpp, .hxx, .m, .mm
    • clang-tidy: .c, .cc, .cpp, .cxx, .h, .hpp, .hxx, .m, .mm
    • coverage: .py, .toml
    • markdownlint: .md
    • mypy: .py, .toml
    • pylint: .py, .toml
    • yamllint: .yaml, .yml, .toml

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

assert_no_inline_directives-20260221023510.tar.gz (44.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file assert_no_inline_directives-20260221023510.tar.gz.

File metadata

File hashes

Hashes for assert_no_inline_directives-20260221023510.tar.gz
Algorithm Hash digest
SHA256 ec29ef91262c1baf135261147a963c4c2ef0292575f1192b1d95e279cb212393
MD5 96647c4e41b06f1bee07ad2ea1e1d4bb
BLAKE2b-256 fd65f50725279b71816b3b8130fd935cdf5fc3dc10978f1e6529c646c07a60d7

See more details on using hashes here.

Provenance

The following attestation bundles were made for assert_no_inline_directives-20260221023510.tar.gz:

Publisher: ci.yml on 10U-Labs/assert-no-inline-directives

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file assert_no_inline_directives-20260221023510-py3-none-any.whl.

File metadata

File hashes

Hashes for assert_no_inline_directives-20260221023510-py3-none-any.whl
Algorithm Hash digest
SHA256 8417b3d08905fb86f230f6d5f1a1d2c9abe2c7a08abc0c18b518b9f9df734dc8
MD5 d9160252bb5df0cbf9205cc1ba2348f2
BLAKE2b-256 1ef88f46fbaa32456de63c2433606fde5dc721f68317c0e3c723444c0ceccfc9

See more details on using hashes here.

Provenance

The following attestation bundles were made for assert_no_inline_directives-20260221023510-py3-none-any.whl:

Publisher: ci.yml on 10U-Labs/assert-no-inline-directives

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page