File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,16 @@ There are also generic bears, which can be applied language independently on
55
55
your code. Their capabilities and information can be seen
56
56
`here <https://coala.io/#/languages >`__.
57
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
+
58
68
How do I get started with coala?
59
69
--------------------------------
60
70
You can’t perform that action at this time.
0 commit comments