RSLint uses parallelism to utilize multiple threads to speed up linting on top of being compiled to native code.
Read more
The Linux Portal Site
RSLint uses parallelism to utilize multiple threads to speed up linting on top of being compiled to native code.
Read more
Sometimes a full, static HTML website is desirable. Because HTML pages are all prebuilt, they load extremely quickly in web browsers.
Read more
Pylint is a static code analyser for Python 2 or 3. The latest version supports Python 3.10.0 and above.
Read more
XO is an opinionated but configurable ESLint wrapper with lots of goodies included. It enforces strict and readable code.
Read more
standard is designed to save you time by avoiding bikeshedding about code style. It’s a style guide, linter, and formatter.
Read more
pycodestyle is a tool to check your Python code against some of the style conventions in PEP 8.
Read more
quick-lint-js gives you instant feedback as you code. Find bugs in your JavaScript.
Read more
Pyflakes analyzes programs and detects various errors. It works by parsing the source file, not importing it
Read more
Putout is a JavaScript Linter, pluggable and configurable code transformer, drop-in ESLint replacement with built-in code printer and ability to fix syntax errors.
Read more
Flake8 is a wrapper around these tools:PyFlake, spycodestyle, and Ned Batchelder’s McCabe script.
Read more
JSHint is a community-driven tool that detects errors and potential problems in JavaScript code.
Read more
Ruff aims to be orders of magnitude faster than alternative tools while integrating more functionality behind a single, common interface.
Read more
erb_lint is a tool to help lint your ERB or HTML files using the included linters or by writing your own.
Read more
A computer algebra system (CAS) is mathematical software that can manipulate mathematical formulae in a way similar to the traditional manual computations of mathematicians and scientists.
Read more
The Oxidation Compiler is creating a collection of high-performance tools for JavaScript and TypeScript.
Read more
Brakeman is a static analysis tool which checks Ruby on Rails applications for security vulnerabilities.
Read more
Prettier is an opinionated code formatter. It enforces a consistent style by parsing your code and re-printing it with its own rules
Read more
ESLint is a tool for identifying and reporting on patterns found in ECMAScript/JavaScript code.
Read more
RuboCop is a Ruby linter and code formatter that enforces many of the guidelines outlined in the community Ruby Style Guide.
Read more
Reek is a tool that examines Ruby classes, modules and methods and reports any Code Smells it finds.
Read more