Skip to content

Latest commit

 

History

History
58 lines (49 loc) · 3 KB

linter.md

File metadata and controls

58 lines (49 loc) · 3 KB

Bookmarks tagged [linter]

https://github.com/standard/standard

🌟 JavaScript Style Guide, with linter & automatic code fixer - standard/standard


https://github.com/rust-lang/rust-clippy

A collection of lints to catch common mistakes and improve your Rust code.


https://wiki.sei.cmu.edu/confluence/display/java/SEI+CERT+Oracle+Coding+Standard+for+Java

The Java rules and recommendations in this wiki are a work in progress and reflect the current thinking of the secure coding community. Because this is a development website, many pages are incomplete...


https://eslint.org/

A pluggable and configurable linter tool for identifying and reporting on patterns in JavaScript. Maintain your code quality with ease.


https://pypi.python.org/pypi/flake8

A wrapper around pycodestyle, pyflakes and McCabe.


https://www.pylint.org/

A fully customizable source code analyzer.


https://github.com/klen/pylama

A code audit tool for Python and JavaScript.


https://standardjs.com/

One JavaScript Style to Rule Them All JavaScript style guide, with linter & automatic code fixer