-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
analyses --> analysis. Closes #102
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
| Metadata | | | ||
| ------------ |--------------------------------------------------| | ||
| cEP | 5 | | ||
| Version | 2.1 | | ||
| Version | 2.2 | | ||
| Title | coala Configuration | | ||
| Authors | Lasse Schuirmann <[email protected]>, | | ||
| | Adhika Setya Pramudita <[email protected]> | | ||
|
@@ -22,8 +22,8 @@ By integrating lots of different existing tools with coala we have gained a | |
huge set of possible analysis but it makes it very hard to understand and | ||
configure without knowledge about a particular tool. Also the conflict of bears | ||
versus linter bears that effectively offer multiple "checks" or sets of | ||
analyses rises: it is confusing to have to use multiple bears for one language | ||
for a set of analyses that is provided by only one bear for another language. | ||
analysis rises: it is confusing to have to use multiple bears for one language | ||
for a set of analysis that is provided by only one bear for another language. | ||
|
||
Other problems of the configuration file are, that some duplication is | ||
involved, especially when dealing with settings that are used for file | ||
|