File tree Expand file tree Collapse file tree 1 file changed +50
-0
lines changed
Expand file tree Collapse file tree 1 file changed +50
-0
lines changed Original file line number Diff line number Diff line change 1+ coala-bears 0.7.0
2+ =================
3+
4+ For this release, 17 contributors have contributed about 200 commits to
5+ coala-bears only.
6+
7+ We are bumping the version number to 0.7.0 to keep it in sync with the coala
8+ releases.
9+
10+ New bears:
11+
12+ - ``VerilogLintBear `` (Lints verilog code)
13+ - ``AnnotationBear `` (Annotates source code language independent for further
14+ processing)
15+ - ``TailorBear `` (Checks Swift code for style compliance)
16+ - ``CPPCheckBear `` (Checks C/C++ code for security issues)
17+ - ``RAMLLintBear `` (Checks style of RAML documents)
18+ - ``GoErrCheckBear `` (Finds unchecked Go function calls)
19+ - ``RubySmellBear `` (Finds code smells in Ruby)
20+ - ``FilenameBear `` (Checks and corrects file naming conventions)
21+ - ``IndentationBear `` (An experimental indentation checker and fixer with a
22+ language independent algorithm.)
23+
24+ New features:
25+
26+ - Numerous documentation improvements.
27+ - GitCommitBear:
28+ - The WIP check yields a ``Normal `` Result now.
29+ - InvalidLinkBear:
30+ - Numerous false positive fixes.
31+ - An ignore regex can now be passed.
32+ - RuboCopBear:
33+ - About 30 new configuration options were added.
34+ - GNUIndentBear:
35+ - 15 new configuration options were added.
36+ - FormatRBear:
37+ - 6 new configuration options were added.
38+
39+ Bugfixes:
40+
41+ - CPDBear:
42+ - A case where results with an invalid line reference were yielded was
43+ fixed.
44+ - CheckstyleBear:
45+ - In some cases results were not correctly parsed. This was fixed.
46+
47+ Internal changes:
48+
49+ - Almost all bears use the new ``linter `` now instead of ``Lint ``.
50+
151coala-bears 0.2.0
252=================
353
You can’t perform that action at this time.
0 commit comments