Skip to main content

Write your own linting rules using regular expressions.

Project description

/(re)lint/

reLint

Regular Expression Linter

Write your own linting rules using regular expressions.

PyPi Version Test Coverage GitHub License

Sponsors

Sponsors

Installation

uvx relint
# or, if you have super advanced linting expressions
uvx --with "relint[regex]" relint

Examples & Recipes – The reLint Cookbook

Usage

You can write your own regular rules in a YAML file, like so:

- name: No ToDo
  pattern: '(?i)todo' # case insensitive flag
  hint: Get it done right away!
  filePattern: .*\.(py|js)
  error: false

The name attribute is the name of your linter, the pattern can be any regular expression. The linter does lint entire files, therefore your expressions can match multiple lines and include newlines.

You can narrow down the file types your linter should be working with, by providing the optional filePattern attribute. The default is .*.

The optional error attribute allows you to only show a warning but not exit with a bad (non-zero) exit code. The default is true.

The following command will lint all files in the current directory:

relint -c .relint.yml FILE FILE2 ...

The default configuration file name is .relint.yml within your working directory, but you can provide any YAML or JSON file.

If you prefer linting changed files (cached on git) you can use the option --diff [-d] or --git-diff [-g]:

git diff --unified=0 | relint my_file.py --diff

pre-commit

You can automate the linting process by adding a pre-commit hook to your project. Add the following entry to your .pre-commit-config.yaml:

- repo: https://github.com/codingjoe/relint
  rev: 1.4.0
  hooks:
    - id: relint
      args: [-W]  # optional, if you want to fail on warnings during commit

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

relint-3.5.0.tar.gz (7.0 kB view details)

Uploaded Source

Built Distribution

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

relint-3.5.0-py3-none-any.whl (8.2 kB view details)

Uploaded Python 3

File details

Details for the file relint-3.5.0.tar.gz.

File metadata

  • Download URL: relint-3.5.0.tar.gz
  • Upload date:
  • Size: 7.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for relint-3.5.0.tar.gz
Algorithm Hash digest
SHA256 eb920b74adc3931a93f58d1952eb7928ade32c1d588ce175aa994da71a22cad0
MD5 6b2fcf75c293ae3852198affdfb75ed6
BLAKE2b-256 9104eb470ec2aec83d7291f1e950530cbf3b7dd7d9ade6ad2a3f83d479f6c68a

See more details on using hashes here.

Provenance

The following attestation bundles were made for relint-3.5.0.tar.gz:

Publisher: release.yml on codingjoe/relint

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

File details

Details for the file relint-3.5.0-py3-none-any.whl.

File metadata

  • Download URL: relint-3.5.0-py3-none-any.whl
  • Upload date:
  • Size: 8.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for relint-3.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 490cfe39194c48b85643d05b40d1d526a73355ce9cb8f18fcad6915a48bd677f
MD5 2286192d6ed116d8466a7c564ae69fc9
BLAKE2b-256 24ae84337e50cef33d500382082640cda28db0f6353e553794ea3e9b84433dc1

See more details on using hashes here.

Provenance

The following attestation bundles were made for relint-3.5.0-py3-none-any.whl:

Publisher: release.yml on codingjoe/relint

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