linter-plugin
There are 71 repositories under linter-plugin topic.
PyCQA/pycodestyle
Simple Python style checker in one Python file
PyCQA/flake8-bugbear
A plugin for Flake8 finding likely bugs and design problems in your program. Contains warnings that don't belong in pyflakes and pycodestyle.
stylelint-scss/stylelint-scss
A collection of SCSS specific linting rules for Stylelint
SublimeLinter/SublimeLinter-eslint
This linter plugin for SublimeLinter provides an interface to ESLint
PyCQA/mccabe
McCabe complexity checker for Python
PyCQA/pep8-naming
Naming Convention checker for Python
timakin/bodyclose
Analyzer: checks whether HTTP response body is closed and a re-use of TCP connection is not blocked.
wemake-services/flake8-eradicate
Flake8 plugin to find commented out or dead code
PyCQA/flake8-import-order
Flake8 plugin that checks import order against various Python Style Guides
mschwager/cohesion
A tool for measuring Python class cohesion.
ajafff/tslint-consistent-codestyle
Collection of awesome rules to extend TSLint
SublimeLinter/SublimeLinter-html-tidy
SublimeLinter 3 plugin for html tidy.
kristerkari/stylelint-declaration-block-no-ignored-properties
Disallow property values that are ignored due to another property value in the same rule.
ambv/flake8-mypy
A plugin for flake8 integrating Mypy.
AmrDeveloper/EasyAdapter
Android Annotation Processing Library to generate your adapters only with Annotations on your model, support working with Kapt and KSP Processors
kristerkari/stylelint-high-performance-animation
Stylelint rule for preventing the use of low performance animation and transition properties.
chrisgrieser/nvim-rulebook
Add inline-comments to ignore rules, or lookup rule documentation online.
PyCQA/flake8-pyi
A plugin for Flake8 that provides specializations for type hinting stub files
kristerkari/stylelint-react-native
A collection of React Native specific linting rules for stylelint (in a form of a plugin).
RokuRoad/eslint-plugin-roku
ESLint plugin to parse and lint BrightScript files
DoubleSpeak/GitDiff9
Highlights lint, deltas and recent changes against git repo in Xcode 9
ptkdev/eslint-plugin-snakecasejs
:pencil2: ESLint Plugin: enforce snake_case syntax on variables and function names
ckaznocha/SublimeLinter-contrib-write-good
SublimeLinter plugin for English prose, using write-good.
SublimeLinter/SublimeLinter-gcc
This linter plugin for SublimeLinter provides an interface to gcc or other gcc-like (cross-)compiler.
mschuchard/linter-ansible-linting
ansible-lint linter for pulsar
filipekiss/stylelint-color-format
Stylelint plugin to convert HEX colors to either RGB or HSL
SublimeLinter/SublimeLinter-gotype
This linter plugin for SublimeLinter provides an interface to gotype.
kristerkari/stylelint-z-index-value-constraint
Stylelint rule for setting minimum and maximum constraint value for z-index.
stummjr/flake8-scrapy
A Flake8 plugin to catch common issues on Scrapy spiders
poucotm/SublimeLinter-contrib-verilator
👌 This linter plugin for SublimeLinter provides an interface to Verilator (Verilog Simulator)
jfcherng-sublime/SublimeLinter-contrib-iverilog
This linter plugin for SublimeLinter provides an interface to iverilog (verilog compiler).
pemistahl/version-catalog-linter-gradle-plugin
A Gradle plugin for checking and formatting version catalog TOML files
vpoulailleau/python-dev-tools
Needed and up-to-date tools to develop in Python
yoheimuta/intellij-protolint
A protobuf linter for JetBrains IDEs
jargonLint/jargonLint
jargonLint: A project to build and maintain comprehensive Vale rules.
MichaelAquilina/flake8-graphql
Flake8 plugin to lint your GraphQL query strings in Python