#rust #awesome_list #code_quality #linter #static_analysis #static_analyzers #static_code_analysis
https://github.com/analysis-tools-dev/static-analysis
https://github.com/analysis-tools-dev/static-analysis
GitHub
GitHub - analysis-tools-dev/static-analysis: ⚙️ A curated list of static analysis (SAST) tools and linters for all programming…
⚙️ A curated list of static analysis (SAST) tools and linters for all programming languages, config files, build tools, and more. The focus is on tools which improve code quality. - analysis-tools-...
#rust #hacktoberfest #javascript #javascript_linter #linter #parallel #parser
https://github.com/RDambrosio016/RSLint
https://github.com/RDambrosio016/RSLint
GitHub
GitHub - rslint/rslint: A (WIP) Extremely fast JavaScript and TypeScript linter and Rust crate
A (WIP) Extremely fast JavaScript and TypeScript linter and Rust crate - GitHub - rslint/rslint: A (WIP) Extremely fast JavaScript and TypeScript linter and Rust crate
#python #auto_formatter #cleaner #cli #formatter #hacktoberfest #isort #linter #python_utility #python3 #sorting_imports
https://github.com/PyCQA/isort
https://github.com/PyCQA/isort
GitHub
GitHub - PyCQA/isort: A Python utility / library to sort imports.
A Python utility / library to sort imports. Contribute to PyCQA/isort development by creating an account on GitHub.
#go #github #lint #cli #gitlab #static_code_analysis #ci #linter #static_analysis #bitbucket #code_review #code_quality #codereview
https://github.com/reviewdog/reviewdog
https://github.com/reviewdog/reviewdog
GitHub
GitHub - reviewdog/reviewdog: 🐶 Automated code review tool integrated with any code analysis tools regardless of programming language
🐶 Automated code review tool integrated with any code analysis tools regardless of programming language - reviewdog/reviewdog
#rust #linter #pep8 #python #python3 #rustpython #static_analysis #static_code_analysis #style_guide #styleguide #stylelint
https://github.com/charliermarsh/ruff
https://github.com/charliermarsh/ruff
GitHub
GitHub - astral-sh/ruff: An extremely fast Python linter and code formatter, written in Rust.
An extremely fast Python linter and code formatter, written in Rust. - astral-sh/ruff
#lua #hacktoberfest #linter #neovim #neovim_plugin #syntax_checker
https://github.com/mfussenegger/nvim-lint
https://github.com/mfussenegger/nvim-lint
GitHub
GitHub - mfussenegger/nvim-lint: An asynchronous linter plugin for Neovim complementary to the built-in Language Server Protocol…
An asynchronous linter plugin for Neovim complementary to the built-in Language Server Protocol support. - mfussenegger/nvim-lint
#go #cli #dependencies #dependency #dependency_graph #golang #graph #linter #terminal #tree #typescript
https://github.com/gabotechs/dep-tree
https://github.com/gabotechs/dep-tree
GitHub
GitHub - gabotechs/dep-tree: Tool for helping developers keep their code bases clean and decoupled. It allows visualising a code…
Tool for helping developers keep their code bases clean and decoupled. It allows visualising a code base complexity using a 3d force-directed graph of files and the dependencies between them. - gab...
😁2🤡2
#python #linter #python #typechecker #types #typing
Mypy is a tool that helps you find mistakes in your Python code before you run it. It checks if you are using the right types for variables and functions, which can prevent errors. You add type hints to your code, and mypy warns you if there are any type errors. This makes your programs easier to understand, debug, and maintain. You can install mypy using pip and integrate it with many popular coding tools like Vim, Emacs, and VS Code. Using mypy saves time by finding bugs early, making your coding process more efficient.
https://github.com/python/mypy
Mypy is a tool that helps you find mistakes in your Python code before you run it. It checks if you are using the right types for variables and functions, which can prevent errors. You add type hints to your code, and mypy warns you if there are any type errors. This makes your programs easier to understand, debug, and maintain. You can install mypy using pip and integrate it with many popular coding tools like Vim, Emacs, and VS Code. Using mypy saves time by finding bugs early, making your coding process more efficient.
https://github.com/python/mypy
GitHub
GitHub - python/mypy: Optional static typing for Python
Optional static typing for Python. Contribute to python/mypy development by creating an account on GitHub.