All Projects → coala → Coala Bears

coala / Coala Bears

Licence: agpl-3.0
Bears for coala

Programming Languages

python
139335 projects - #7 most used programming language
java
68154 projects - #9 most used programming language
c
50402 projects - #5 most used programming language
languages
34 projects

Projects that are alternatives of or similar to Coala Bears

Spotbugs
SpotBugs is FindBugs' successor. A tool for static analysis to look for bugs in Java code.
Stars: ✭ 2,569 (+830.8%)
Mutual labels:  linter, hacktoberfest, code-analysis
Abaplint
Standalone linter for ABAP
Stars: ✭ 111 (-59.78%)
Mutual labels:  linter, hacktoberfest
Wemake Python Styleguide
The strictest and most opinionated python linter ever!
Stars: ✭ 1,714 (+521.01%)
Mutual labels:  linter, hacktoberfest
Bodyclose
Analyzer: checks whether HTTP response body is closed and a re-use of TCP connection is not blocked.
Stars: ✭ 181 (-34.42%)
Mutual labels:  linter, code-analysis
Vscode Gremlins
Gremlins tracker for Visual Studio Code: reveals invisible whitespace and other annoying characters
Stars: ✭ 78 (-71.74%)
Mutual labels:  linter, hacktoberfest
Rubberduck
Every programmer needs a rubberduck. COM add-in for the VBA & VB6 IDE (VBE).
Stars: ✭ 1,287 (+366.3%)
Mutual labels:  linter, hacktoberfest
Jql
Java code analysis and linting with SQL
Stars: ✭ 148 (-46.38%)
Mutual labels:  linter, code-analysis
Super Linter
Combination of multiple linters to install as a GitHub Action
Stars: ✭ 7,445 (+2597.46%)
Mutual labels:  linter, hacktoberfest
Revive
🔥 ~6x faster, stricter, configurable, extensible, and beautiful drop-in replacement for golint
Stars: ✭ 3,139 (+1037.32%)
Mutual labels:  linter, hacktoberfest
node-lintspaces
A validator for checking different kinds of whitespaces in your files.
Stars: ✭ 31 (-88.77%)
Mutual labels:  linter, code-analysis
lancer
Turn your python code into a hideous mess. Ever heard of Black? This is the opposite.
Stars: ✭ 179 (-35.14%)
Mutual labels:  linter, code-analysis
Psscriptanalyzer
Download ScriptAnalyzer from PowerShellGallery
Stars: ✭ 1,137 (+311.96%)
Mutual labels:  linter, hacktoberfest
Pyflakes
A simple program which checks Python source files for errors
Stars: ✭ 991 (+259.06%)
Mutual labels:  linter, hacktoberfest
Doc8
Style checker for sphinx (or other) rst documentation.
Stars: ✭ 105 (-61.96%)
Mutual labels:  linter, hacktoberfest
Go Critic
The most opinionated Go source code linter for code audit.
Stars: ✭ 875 (+217.03%)
Mutual labels:  linter, hacktoberfest
Editorconfig Checker
A tool to verify that your files are in harmony with your .editorconfig
Stars: ✭ 119 (-56.88%)
Mutual labels:  linter, hacktoberfest
Eslint Plugin Sonarjs
SonarJS rules for ESLint
Stars: ✭ 458 (+65.94%)
Mutual labels:  linter, code-analysis
Undercover
Actionable code coverage - detects untested code blocks in recent changes
Stars: ✭ 574 (+107.97%)
Mutual labels:  linter, hacktoberfest
Wotan
Pluggable TypeScript and JavaScript linter
Stars: ✭ 271 (-1.81%)
Mutual labels:  linter, code-analysis
static-code-analysis-plugin
A plugin to simplify Static Code Analysis on Gradle. Not restricted to, but specially useful, in Android projects, by making sure all analysis can access the SDK classes.
Stars: ✭ 36 (-86.96%)
Mutual labels:  linter, code-analysis

.. image:: https://cloud.githubusercontent.com/assets/7521600/15992701/ef245fd4-30ef-11e6-992d-275c5ca7c3a0.jpg

coala-bears

coala-bears is a Python package containing all the bears that are officially supported by coala. It features more than 78 bears covering 54 languages. Here is a generated list <https://github.com/coala/bear-docs/>_ that contains information about each bear, such as the languages it supports and what fixes it can apply to your code.

|Throughput Graph|


.. contents:: :local: :depth: 1 :backlinks: none


============ Installation

To install the latest stable version, run:

.. code-block:: bash

$ pip3 install coala-bears

|Stable|

To install the latest development version, run:

.. code-block:: bash

$ pip3 install coala-bears --pre

The latest code from the master branch is automatically deployed as the development version in PyPI.

To also install all bears for coala at once, run:

.. code-block:: bash

$ pip3 install coala-bears

Be sure to use the latest version of pip, the default pip from Debian doesn't support our dependency version number specifiers. You will have to use a virtualenv <https://github.com/coala/coala/wiki/FAQ#installation-is-failing-help>__ in this case.

|PyPI| |Windows| |Linux|


=================== Languages Supported

To see what coala can do for your language, run:

.. code-block:: bash

$ coala --show-bears --filter-by-language Python

+----------------------------+----------------------------+----------------------------+ | Languages coala provides algorithms for | +============================+============================+============================+ | C | Latex | SQL | +----------------------------+----------------------------+----------------------------+ | C++ | Lua | Stylus | +----------------------------+----------------------------+----------------------------+ | C# | Markdown | Swift | +----------------------------+----------------------------+----------------------------+ | CMake | Matlab/Octave | TypeScript | +----------------------------+----------------------------+----------------------------+ | CoffeeScript | Natural Language (English) | Verilog | +----------------------------+----------------------------+----------------------------+ | CSS | Perl | VHDL | +----------------------------+----------------------------+----------------------------+ | Dart | PHP | Vimscript | +----------------------------+----------------------------+----------------------------+ | Fortran | Python 2 | XML | +----------------------------+----------------------------+----------------------------+ | Go | Python 3 | YAML | +----------------------------+----------------------------+----------------------------+ | Haskell | R | | +----------------------------+----------------------------+----------------------------+ | HTML | reStructured Text | | +----------------------------+----------------------------+----------------------------+ | Java | Ruby | | +----------------------------+----------------------------+----------------------------+ | JavaScript | Scala | | +----------------------------+----------------------------+----------------------------+ | JSP | SCSS | | +----------------------------+----------------------------+----------------------------+ | Julia | sh & bash scripts | | +----------------------------+----------------------------+----------------------------+

The number of bears grows every day! If you want to see any particular functionality be sure to submit an issue, but please read the Getting Involved_ section before doing so.

You can read more at our documentation <http://coala.io/writingbears>__. There you can learn how to easily write bears yourself! Be sure to let us know if you do so, so we'll be able to include it here and spread the word about it.


===== Usage

For more information about how to do basic analysis, check out the coala README <https://github.com/coala/coala#usage>__.


================ Getting Involved

If you would like to be a part of the coala community, you can check out our Getting In Touch <http://coala.readthedocs.io/en/latest/Help/Getting_In_Touch.html>__ page or ask us at our active Gitter channel, where we have maintainers from all over the world. We appreciate any help!

We also have a Newcomers' Guide <https://coala.io/newcomer>__ to help you get started by fixing an issue yourself! If you get stuck anywhere or need some help, feel free to contact us on Gitter or drop a mail at our newcomer mailing list <https://groups.google.com/d/forum/coala-newcomers>__.

|gitter|


======= Support

Feel free to contact us at our Gitter channel <https://gitter.im/coala/coala>__, we'd be happy to help!

If you are interested in commercial support, please contact us on the Gitter channel as well.

You can also drop an email at our mailing list <https://github.com/coala/coala/wiki/Mailing-Lists>__.


======= Authors

coala is maintained by a growing community. Please take a look at the meta information in setup.py <setup.py>__ for the current maintainers.


======= License

|AGPL|

.. |Stable| image:: https://img.shields.io/badge/latest%20stable-0.11.1-green.svg .. |PyPI| image:: https://img.shields.io/pypi/v/coala-bears.svg :target: https://pypi.python.org/pypi/coala-bears .. |Windows| image:: https://img.shields.io/appveyor/ci/coala/coala-bears/master.svg?label=windows%20build :target: https://ci.appveyor.com/project/coala/coala-bears/branch/master .. |Documentation Status| image:: https://readthedocs.org/projects/coala/badge/?version=latest :target: http://coala.rtfd.org/ .. |codecov.io| image:: https://img.shields.io/codecov/c/github/coala/coala-bears/master.svg?label=branch%20coverage :target: https://codecov.io/github/coala/coala-bears .. |gitter| image:: https://img.shields.io/badge/gitter-join%20chat%20%E2%86%92-brightgreen.svg :target: https://gitter.im/coala/coala .. |AGPL| image:: https://img.shields.io/github/license/coala/coala-bears.svg :target: https://www.gnu.org/licenses/agpl-3.0.html .. |Throughput Graph| image:: https://graphs.waffle.io/coala/coala-bears/throughput.svg :target: https://waffle.io/coala/coala-bears/metrics/throughput :alt: 'Throughput Graph'

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].