We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dae51e4 commit 71c5e48Copy full SHA for 71c5e48
Help/FAQ.rst
@@ -55,6 +55,16 @@ There are also generic bears, which can be applied language independently on
55
your code. Their capabilities and information can be seen
56
`here <https://coala.io/#/languages>`__.
57
58
+What is a bear anyway?
59
+----------------------
60
+
61
+A bear is a routine that is used by coala to check your code
62
+for lint issues. A group of these routines(bears) is used for defining
63
+certain quality requirements in various languages. A bear can analyse code
64
+for potential problems, calculate metrics and even provide corrections for
65
+your code. While many of these bears for various languages are shipped along
66
+with coala, you can easily write some of your own.
67
68
How do I get started with coala?
69
--------------------------------
70
0 commit comments