GitHub topics: linter-plugin
manuelarte/funcorder
Go Linter 🧐 that checks the order of methods and constructors
Language: Go - Size: 85.9 KB - Last synced at: about 7 hours ago - Pushed at: about 13 hours ago - Stars: 13 - Forks: 1

Emik03/chordsprinter
Basic snap linter for Quaver in the form of an editor plugin
Language: Lua - Size: 47.9 KB - Last synced at: 3 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

PyCQA/pycodestyle
Simple Python style checker in one Python file
Language: Python - Size: 1.92 MB - Last synced at: 7 days ago - Pushed at: 14 days ago - Stars: 5,096 - Forks: 754

pemistahl/version-catalog-linter-gradle-plugin
A Gradle plugin for checking and formatting version catalog TOML files
Language: Kotlin - Size: 110 KB - Last synced at: 7 days ago - Pushed at: 8 days ago - Stars: 16 - Forks: 1

chrisgrieser/nvim-rulebook
Add inline-comments to ignore rules or suppress formatters. Lookup rule documentation online.
Language: Lua - Size: 218 KB - Last synced at: 2 days ago - Pushed at: 11 days ago - Stars: 89 - Forks: 5

stylelint-scss/stylelint-scss
A collection of SCSS specific linting rules for Stylelint
Language: JavaScript - Size: 6.16 MB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 875 - Forks: 100

PyCQA/mccabe
McCabe complexity checker for Python
Language: Python - Size: 111 KB - Last synced at: 5 days ago - Pushed at: 10 months ago - Stars: 657 - Forks: 61

PyCQA/flake8-pyi
A plugin for Flake8 that provides specializations for type hinting stub files
Language: Python - Size: 621 KB - Last synced at: 16 days ago - Pushed at: 24 days ago - Stars: 74 - Forks: 23

SublimeLinter/SublimeLinter-eslint
This linter plugin for SublimeLinter provides an interface to ESLint
Language: Python - Size: 166 KB - Last synced at: 18 days ago - Pushed at: 3 months ago - Stars: 868 - Forks: 89

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.
Language: Python - Size: 520 KB - Last synced at: 20 days ago - Pushed at: 28 days ago - Stars: 1,086 - Forks: 109

PyCQA/pep8-naming
Naming Convention checker for Python
Language: Python - Size: 244 KB - Last synced at: 6 days ago - Pushed at: about 1 month ago - Stars: 522 - Forks: 240

timakin/bodyclose
Analyzer: checks whether HTTP response body is closed and a re-use of TCP connection is not blocked.
Language: Go - Size: 92.8 KB - Last synced at: 20 days ago - Pushed at: 24 days ago - Stars: 316 - Forks: 36

mschwager/cohesion
A tool for measuring Python class cohesion.
Language: Python - Size: 109 KB - Last synced at: 18 days ago - Pushed at: 6 months ago - Stars: 240 - Forks: 6

kristerkari/stylelint-high-performance-animation
Stylelint rule for preventing the use of low performance animation and transition properties.
Language: JavaScript - Size: 1.3 MB - Last synced at: 17 days ago - Pushed at: 22 days ago - Stars: 83 - Forks: 8

mschuchard/linter-ansible-linting
ansible-lint linter for pulsar
Language: JavaScript - Size: 384 KB - Last synced at: 22 days ago - Pushed at: about 1 month ago - Stars: 22 - Forks: 7

SublimeLinter/SublimeLinter-html-tidy
SublimeLinter 3 plugin for html tidy.
Language: Python - Size: 28.3 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 125 - Forks: 15

SublimeLinter/SublimeLinter-gotype
This linter plugin for SublimeLinter provides an interface to gotype.
Language: Python - Size: 22.5 KB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 21 - Forks: 8

siemens/lint
Collection of linter configuration files and plugins used at Siemens.
Language: TypeScript - Size: 104 KB - Last synced at: 4 days ago - Pushed at: 4 months ago - Stars: 9 - Forks: 6

jargonLint/jargonLint
jargonLint: A project to build and maintain comprehensive Vale rules.
Size: 211 KB - Last synced at: 5 days ago - Pushed at: 8 days ago - Stars: 12 - Forks: 2

mschuchard/linter-helm
Chart lint via helm lint
Language: JavaScript - Size: 16.6 KB - Last synced at: 22 days ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

poucotm/SublimeLinter-contrib-verilator
👌 This linter plugin for SublimeLinter provides an interface to Verilator (Verilog Simulator)
Language: Python - Size: 88.9 KB - Last synced at: 2 months ago - Pushed at: 12 months ago - Stars: 16 - Forks: 6

wemake-services/flake8-eradicate
Flake8 plugin to find commented out or dead code
Language: Python - Size: 1.41 MB - Last synced at: 7 days ago - Pushed at: 3 months ago - Stars: 312 - Forks: 13

PyCQA/flake8-import-order
Flake8 plugin that checks import order against various Python Style Guides
Language: Python - Size: 241 KB - Last synced at: 5 days ago - Pushed at: over 1 year ago - Stars: 276 - Forks: 72

RokuRoad/eslint-plugin-roku
ESLint plugin to parse and lint BrightScript files
Language: TypeScript - Size: 3.73 MB - Last synced at: 19 days ago - Pushed at: over 2 years ago - Stars: 47 - Forks: 9

yoheimuta/intellij-protolint
A protobuf linter for JetBrains IDEs
Language: Java - Size: 127 KB - Last synced at: 2 months ago - Pushed at: almost 4 years ago - Stars: 13 - Forks: 2

benderTheCrime/eslint-plugin-benderthecrime
Shareable ESLint plugin
Language: JavaScript - Size: 129 KB - Last synced at: 20 days ago - Pushed at: over 6 years ago - Stars: 7 - Forks: 0

kristerkari/stylelint-declaration-block-no-ignored-properties
Disallow property values that are ignored due to another property value in the same rule.
Language: JavaScript - Size: 2.29 MB - Last synced at: 18 days ago - Pushed at: 21 days ago - Stars: 108 - Forks: 8

AmrDeveloper/EasyAdapter
Android Annotation Processing Library to generate your adapters only with Annotations on your model, support working with Kapt and KSP Processors
Language: Kotlin - Size: 813 KB - Last synced at: 4 days ago - Pushed at: almost 3 years ago - Stars: 83 - Forks: 7

agvxov/vim-errtags
Language: Vim Script - Size: 8.79 KB - Last synced at: 7 days ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

ambv/flake8-mypy 📦
A plugin for flake8 integrating Mypy.
Language: Python - Size: 40 KB - Last synced at: 2 days ago - Pushed at: almost 5 years ago - Stars: 100 - Forks: 17

eco-incorp/solhint-plugin-eco
A solhint plugin to enforce Eco's style rules
Language: JavaScript - Size: 399 KB - Last synced at: 22 days ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

SublimeLinter/SublimeLinter-gcc
This linter plugin for SublimeLinter provides an interface to gcc or other gcc-like (cross-)compiler.
Language: Python - Size: 116 KB - Last synced at: 6 days ago - Pushed at: about 1 year ago - Stars: 25 - Forks: 5

lwindolf/gedit-shellcheck 📦
Gedit3 plugin for linting shell scripts using ShellCheck
Language: Python - Size: 43 KB - Last synced at: 7 months ago - Pushed at: almost 3 years ago - Stars: 4 - Forks: 2

kristerkari/stylelint-react-native
A collection of React Native specific linting rules for stylelint (in a form of a plugin).
Language: JavaScript - Size: 2.49 MB - Last synced at: 16 days ago - Pushed at: 6 months ago - Stars: 57 - Forks: 1

kristerkari/stylelint-z-index-value-constraint
Stylelint rule for setting minimum and maximum constraint value for z-index.
Language: JavaScript - Size: 1.71 MB - Last synced at: about 1 month ago - Pushed at: 6 months ago - Stars: 20 - Forks: 2

ajafff/tslint-consistent-codestyle
Collection of awesome rules to extend TSLint
Language: TypeScript - Size: 1.03 MB - Last synced at: 17 days ago - Pushed at: almost 3 years ago - Stars: 209 - Forks: 30

elbosso/gedit-shellcheck Fork of lwindolf/gedit-shellcheck
Gedit3 plugin for linting shell scripts using ShellCheck
Language: Python - Size: 26.4 KB - Last synced at: about 1 year ago - Pushed at: almost 6 years ago - Stars: 2 - Forks: 0

DoubleSpeak/GitDiff9
Highlights lint, deltas and recent changes against git repo in Xcode 9
Language: Objective-C - Size: 4.65 MB - Last synced at: about 1 year ago - Pushed at: over 7 years ago - Stars: 43 - Forks: 4

ptkdev/eslint-plugin-snakecasejs Fork of deecewan/eslint-plugin-snakecase
:pencil2: ESLint Plugin: enforce snake_case syntax on variables and function names
Language: JavaScript - Size: 585 KB - Last synced at: 27 days ago - Pushed at: over 1 year ago - Stars: 32 - Forks: 4

stummjr/flake8-scrapy
A Flake8 plugin to catch common issues on Scrapy spiders
Language: Python - Size: 24.4 KB - Last synced at: 17 days ago - Pushed at: about 3 years ago - Stars: 19 - Forks: 3

mzh330521/SublimeLinter-contrib-xsim
Vivado Simulator (XSim) xvlog/xvhdl plugin for SublimeLinter. Linting for Verilog/SystemVerilog and VHDL.
Language: Python - Size: 18.6 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 8 - Forks: 2

sorenlind/flake8-plus
Plugin for Flake8 that detects incorrect amounts of vertical whitespace preceding different statements and keywords.
Language: Python - Size: 41 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

filipekiss/stylelint-color-format
Stylelint plugin to convert HEX colors to either RGB or HSL
Language: JavaScript - Size: 31.3 KB - Last synced at: 9 days ago - Pushed at: over 4 years ago - Stars: 21 - Forks: 2

altaffff/nvim-lazy-Full-on-amazing-IDE-
This is the truest form of NVIM as an IDE
Language: Lua - Size: 54.7 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

TimKam/atomic-vale
a vale linter plugin for Atom
Language: CoffeeScript - Size: 20.5 KB - Last synced at: 24 days ago - Pushed at: almost 6 years ago - Stars: 6 - Forks: 2

thiyagu06/zally-gradle-plugin
Gradle plugin for using the Zally linter
Language: Kotlin - Size: 123 KB - Last synced at: 7 months ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 1

gregswindle/eslint-plugin-swagger
An extensible linter with semantic validations for Swagger specifications.
Language: JavaScript - Size: 209 KB - Last synced at: about 2 months ago - Pushed at: over 6 years ago - Stars: 10 - Forks: 2

rdbende/flake8-tkinter
A flake8 plugin that helps you write better Tkinter code
Language: Python - Size: 96.7 KB - Last synced at: about 2 months ago - Pushed at: almost 2 years ago - Stars: 7 - Forks: 1

OakNorthAI/eslint-plugin-i18next Fork of edvardchen/eslint-plugin-i18next
ESLint plugin for i18next
Language: JavaScript - Size: 178 KB - Last synced at: over 1 year ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 1

LKI/pylint_topology
Validate your imports under a topological graph
Language: Python - Size: 24.4 KB - Last synced at: 19 days ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

jfcherng-sublime/SublimeLinter-contrib-iverilog
This linter plugin for SublimeLinter provides an interface to iverilog (verilog compiler).
Language: Python - Size: 531 KB - Last synced at: 6 days ago - Pushed at: about 1 year ago - Stars: 13 - Forks: 1

rwols/SublimeLinter-contrib-clang-tidy
A linter for clang-tidy
Language: Python - Size: 22.5 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 6 - Forks: 3

MichaelAquilina/flake8-graphql
Flake8 plugin to lint your GraphQL query strings in Python
Language: Python - Size: 70.3 KB - Last synced at: 21 days ago - Pushed at: almost 8 years ago - Stars: 11 - Forks: 1

dodopizza/tflint-ruleset-dodo
Set of linter rules to use for dodo terraform code
Language: Go - Size: 114 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 1

osamaashraf6/Bookstore
An online Bookstore app built with React, Redux, CSS, and HTML. Users can browse books by category, add them to a cart, and proceed to checkout. The app features a search function, allowing users to search for books by title or author.
Language: JavaScript - Size: 785 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 8 - Forks: 0

shams-nahid/Linter-in-Node-App
Managing code quality in Node App with Linter tool
Language: JavaScript - Size: 81.1 KB - Last synced at: 10 months ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

vpoulailleau/python-dev-tools
Needed and up-to-date tools to develop in Python
Language: Python - Size: 1.5 MB - Last synced at: 3 days ago - Pushed at: almost 2 years ago - Stars: 12 - Forks: 8

portsoc/lint101
A small eslint example
Language: JavaScript - Size: 39.1 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

sobolevn/flake8-type-annotations 📦
Flake8 plugin to enforce consistent type annotation styles
Language: Python - Size: 73.2 KB - Last synced at: 2 days ago - Pushed at: over 6 years ago - Stars: 7 - Forks: 0

Logicify/flake8-pydiatra
pydiatra code analysis plugin for flake8
Language: Python - Size: 3.91 KB - Last synced at: 2 months ago - Pushed at: almost 6 years ago - Stars: 1 - Forks: 0

jarshwah/flake8_formatter_abspath 📦
A flake8 formatter plugin to show absolute path of files
Language: Python - Size: 46.9 KB - Last synced at: about 2 months ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 1

camsaul/lein-docstring-checker 📦
Leiningen Plugin that lints your Clojure project and checks that every public var is documented
Language: Clojure - Size: 30.3 KB - Last synced at: 3 days ago - Pushed at: almost 4 years ago - Stars: 10 - Forks: 1

monade/vscode-custom-code-decorator
Custom Code Decorator for VSCode
Language: TypeScript - Size: 51.8 KB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 7 - Forks: 1

LLNL/Saloon
Vim plugin that extends Prospector and ALE for smoother static analysis / linting.
Language: Vim script - Size: 46.9 KB - Last synced at: about 2 months ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

Therealadetunji/Webpack-projects
To do list- To-do list" is a tool that helps to organize your day. It simply lists the things that you need to do and allows you to mark them as complete.
Language: JavaScript - Size: 8.01 MB - Last synced at: 2 days ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

ckaznocha/SublimeLinter-contrib-write-good
SublimeLinter plugin for English prose, using write-good.
Language: Python - Size: 13.7 KB - Last synced at: 2 months ago - Pushed at: about 5 years ago - Stars: 26 - Forks: 6

greybax/generator-tslint
A Yeoman generator to help with TSLint development
Language: JavaScript - Size: 29.3 KB - Last synced at: 25 days ago - Pushed at: almost 6 years ago - Stars: 5 - Forks: 2

kitek/dartanalyzer-annotations-action
Github action that creates annotations from dartanalyzer output.
Language: JavaScript - Size: 229 KB - Last synced at: 29 days ago - Pushed at: almost 3 years ago - Stars: 3 - Forks: 3

leonelgalan/linter-markdownlint
Atom Linter for markdown using markdownlint/mdl
Language: JavaScript - Size: 79.1 KB - Last synced at: 2 months ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 1

igat64/eslint-plugin-no-call
Forbid to use of particular functions and/or methods to call
Language: JavaScript - Size: 95.7 KB - Last synced at: 21 days ago - Pushed at: over 3 years ago - Stars: 4 - Forks: 0

warpnet/SublimeLinter-salt-lint
This linter plugin for SublimeLinter provides an interface to salt-lint
Language: Python - Size: 31.3 KB - Last synced at: 2 months ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 3

candid82/SublimeLinter-contrib-joker
Clojure linter for SublimeText (via Joker)
Language: Python - Size: 11.7 KB - Last synced at: 3 months ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 1

alegemaate/SublimeLinter-contrib-elm
Sublime Linter plugin for linting elm projects. Uses the elm compiler.
Language: Python - Size: 10.7 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

petervanderdoes/gulp-isort
Gulp plugin to run isort
Language: JavaScript - Size: 30.3 KB - Last synced at: 3 months ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 0

DarkPurple141/linter-c
A basic linter for C created as an atom plugin.
Language: JavaScript - Size: 2.93 KB - Last synced at: 3 months ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0

beaugunderson/SublimeLinter-contrib-serplint
👕 SublimeLinter plugin for Serpent using serplint
Language: Python - Size: 5.86 KB - Last synced at: 7 days ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0
