diff --git a/CHANGELOG.md b/CHANGELOG.md index 9431fbe3..d164cef6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,7 +37,7 @@ Changelog of Violations lib. ## 1.65 -### GitHub [#45](https://github.com/tomasbjerre/violations-lib/issues/45) False positive matches in KotlinGradleParser +### GitHub [#45](https://github.com/tomasbjerre/violations-lib/issues/45) False positive matches in KotlinGradleParser **Correcting Kotlin parsers** @@ -46,7 +46,7 @@ Changelog of Violations lib. ## 1.64 -### GitHub [#44](https://github.com/tomasbjerre/violations-lib/issues/44) Support kotlinc warnings +### GitHub [#44](https://github.com/tomasbjerre/violations-lib/issues/44) Support kotlinc warnings *enhancement* **Kotlin Maven and Gradle parsers** @@ -64,7 +64,7 @@ Changelog of Violations lib. ## 1.62 -### GitHub [#42](https://github.com/tomasbjerre/violations-lib/pull/42) Added yamllint parser +### GitHub [#42](https://github.com/tomasbjerre/violations-lib/pull/42) Added yamllint parser **Correcting YAMLLint** @@ -119,7 +119,7 @@ Changelog of Violations lib. ## 1.59 -### GitHub [#39](https://github.com/tomasbjerre/violations-lib/issues/39) AndroidLintParser doesn't expose rule correctly +### GitHub [#39](https://github.com/tomasbjerre/violations-lib/issues/39) AndroidLintParser doesn't expose rule correctly **Adding category to model** @@ -137,7 +137,7 @@ Changelog of Violations lib. ## 1.57 -### GitHub [#38](https://github.com/tomasbjerre/violations-lib/issues/38) gcc, ARM-Gcc and Doxygen +### GitHub [#38](https://github.com/tomasbjerre/violations-lib/issues/38) gcc, ARM-Gcc and Doxygen *enhancement* **GCC, ARM GCC and Doxygen** @@ -165,7 +165,7 @@ Changelog of Violations lib. ## 1.55 -### GitHub [#33](https://github.com/tomasbjerre/violations-lib/issues/33) Add support for NullAway +### GitHub [#33](https://github.com/tomasbjerre/violations-lib/issues/33) Add support for NullAway *enhancement* **NullAway** @@ -173,7 +173,7 @@ Changelog of Violations lib. [72244241bbd2ead](https://github.com/tomasbjerre/violations-lib/commit/72244241bbd2ead) Tomas Bjerre *2018-04-14 05:08:26* -### GitHub [#35](https://github.com/tomasbjerre/violations-lib/issues/35) cpplint parser does not recognize any violations +### GitHub [#35](https://github.com/tomasbjerre/violations-lib/issues/35) cpplint parser does not recognize any violations **Testing cpplint variant** @@ -225,7 +225,7 @@ Changelog of Violations lib. ## 1.52 -### GitHub [#10](https://github.com/tomasbjerre/violations-lib/issues/10) Google error-prone +### GitHub [#10](https://github.com/tomasbjerre/violations-lib/issues/10) Google error-prone *enhancement* **Google error-prone** @@ -234,7 +234,7 @@ Changelog of Violations lib. ## 1.51 -### GitHub [#30](https://github.com/tomasbjerre/violations-lib/pull/30) Parameterize the max line length for the report table. +### GitHub [#30](https://github.com/tomasbjerre/violations-lib/pull/30) Parameterize the max line length for the report table. **Parameterize max width of reporter table** @@ -243,7 +243,7 @@ Changelog of Violations lib. ## 1.50 -### GitHub [#28](https://github.com/tomasbjerre/violations-lib/issues/28) Single quotes in xml are printed as ' +### GitHub [#28](https://github.com/tomasbjerre/violations-lib/issues/28) Single quotes in xml are printed as ' **Un-escape XML when reading attributes.** @@ -357,7 +357,7 @@ Changelog of Violations lib. ## 1.38 -### Jira JENKINS-48669 +### Jira JENKINS-48669 **Ignoring case when checking for equality** @@ -365,7 +365,7 @@ Changelog of Violations lib. [4d7069f628813b6](https://github.com/tomasbjerre/violations-lib/commit/4d7069f628813b6) Tomas Bjerre *2017-12-21 10:12:56* -### Jira JENKINS-48670 +### Jira JENKINS-48670 **DocFX parser** @@ -405,7 +405,7 @@ Changelog of Violations lib. ## 1.34 -### GitHub [#27](https://github.com/tomasbjerre/violations-lib/issues/27) PMD may miss ruleSet and externalInfoUrl +### GitHub [#27](https://github.com/tomasbjerre/violations-lib/issues/27) PMD may miss ruleSet and externalInfoUrl *bug* **Accepting PMD files without ruleset-tag** @@ -441,7 +441,7 @@ Changelog of Violations lib. ## 1.32 -### GitHub [#24](https://github.com/tomasbjerre/violations-lib/pull/24) Added handling for empty IssueType Description attributes for Resharper +### GitHub [#24](https://github.com/tomasbjerre/violations-lib/pull/24) Added handling for empty IssueType Description attributes for Resharper **Cleanup after merge** @@ -463,7 +463,7 @@ Changelog of Violations lib. ## 1.31 -### GitHub [#23](https://github.com/tomasbjerre/violations-lib/issues/23) Checkstyle: don't fail if rule attribute is not present +### GitHub [#23](https://github.com/tomasbjerre/violations-lib/issues/23) Checkstyle: don't fail if rule attribute is not present **Allowing absent source in Checkstyle parser** @@ -496,7 +496,7 @@ Changelog of Violations lib. ## 1.28 -### GitHub [#19](https://github.com/tomasbjerre/violations-lib/issues/19) Support detekt +### GitHub [#19](https://github.com/tomasbjerre/violations-lib/issues/19) Support detekt *enhancement* **Updating doc about Detekt** @@ -504,7 +504,7 @@ Changelog of Violations lib. [bf5475d3e59fb3d](https://github.com/tomasbjerre/violations-lib/commit/bf5475d3e59fb3d) Tomas Bjerre *2017-06-13 18:14:41* -### GitHub [#20](https://github.com/tomasbjerre/violations-lib/issues/20) Support Facebook Infer +### GitHub [#20](https://github.com/tomasbjerre/violations-lib/issues/20) Support Facebook Infer *enhancement* **Updating doc on Infer** @@ -512,7 +512,7 @@ Changelog of Violations lib. [22a2eb9add9884c](https://github.com/tomasbjerre/violations-lib/commit/22a2eb9add9884c) Tomas Bjerre *2017-06-23 12:44:57* -### GitHub [#22](https://github.com/tomasbjerre/violations-lib/pull/22) Renaming Reporter to Parser +### GitHub [#22](https://github.com/tomasbjerre/violations-lib/pull/22) Renaming Reporter to Parser **Renaming Reporter to Parser** @@ -596,7 +596,7 @@ Changelog of Violations lib. ## 1.23 -### GitHub [#14](https://github.com/tomasbjerre/violations-lib/issues/14) Support php checkers +### GitHub [#14](https://github.com/tomasbjerre/violations-lib/issues/14) Support php checkers *enhancement* **PHPMD and PHPCS** @@ -604,7 +604,7 @@ Changelog of Violations lib. [f7212555f7a986b](https://github.com/tomasbjerre/violations-lib/commit/f7212555f7a986b) Tomas Bjerre *2017-02-18 20:01:36* -### GitHub [#15](https://github.com/tomasbjerre/violations-lib/issues/15) Support Rubycop +### GitHub [#15](https://github.com/tomasbjerre/violations-lib/issues/15) Support Rubycop *enhancement* **Support RubyCop** @@ -612,7 +612,7 @@ Changelog of Violations lib. [75ad3b3d415384a](https://github.com/tomasbjerre/violations-lib/commit/75ad3b3d415384a) Tomas Bjerre *2017-02-18 21:36:36* -### GitHub [#16](https://github.com/tomasbjerre/violations-lib/issues/16) Support clang +### GitHub [#16](https://github.com/tomasbjerre/violations-lib/issues/16) Support clang *enhancement* **Support CLang** @@ -620,7 +620,7 @@ Changelog of Violations lib. [68ac9c8cf268d17](https://github.com/tomasbjerre/violations-lib/commit/68ac9c8cf268d17) Tomas Bjerre *2017-02-18 21:28:31* -### GitHub [#17](https://github.com/tomasbjerre/violations-lib/issues/17) Support golint +### GitHub [#17](https://github.com/tomasbjerre/violations-lib/issues/17) Support golint *enhancement* **Support GoLint** @@ -645,7 +645,7 @@ Changelog of Violations lib. ## 1.21 -### GitHub [#12](https://github.com/tomasbjerre/violations-lib/issues/12) Support pydocstyle (old pep257) +### GitHub [#12](https://github.com/tomasbjerre/violations-lib/issues/12) Support pydocstyle (old pep257) *enhancement* **Adding MyPy and PyDocStyle parsers** @@ -653,7 +653,7 @@ Changelog of Violations lib. [acfe3312656237f](https://github.com/tomasbjerre/violations-lib/commit/acfe3312656237f) Tomas Bjerre *2017-02-06 17:07:33* -### GitHub [#13](https://github.com/tomasbjerre/violations-lib/issues/13) Support mypy +### GitHub [#13](https://github.com/tomasbjerre/violations-lib/issues/13) Support mypy *enhancement* **Adding MyPy and PyDocStyle parsers** @@ -764,7 +764,7 @@ Changelog of Violations lib. ## 1.13 -### GitHub [#11](https://github.com/tomasbjerre/violations-lib/issues/11) CSSLint rollup output causes parsing error +### GitHub [#11](https://github.com/tomasbjerre/violations-lib/issues/11) CSSLint rollup output causes parsing error *bug* **Handling css-lint reports where there are not line or evidence** @@ -807,7 +807,7 @@ Changelog of Violations lib. ## 1.9 -### GitHub [#4](https://github.com/tomasbjerre/violations-lib/issues/4) eslint +### GitHub [#4](https://github.com/tomasbjerre/violations-lib/issues/4) eslint *enhancement* **ESLint** @@ -874,7 +874,7 @@ Changelog of Violations lib. ## 1.6 -### GitHub [#5](https://github.com/tomasbjerre/violations-lib/issues/5) PiTest +### GitHub [#5](https://github.com/tomasbjerre/violations-lib/issues/5) PiTest *enhancement* **Adding pitest parser** @@ -882,7 +882,7 @@ Changelog of Violations lib. [eeb2a624a99a7ff](https://github.com/tomasbjerre/violations-lib/commit/eeb2a624a99a7ff) Tomas Bjerre *2016-03-26 19:22:06* -### GitHub [#7](https://github.com/tomasbjerre/violations-lib/issues/7) Findbugs parser misses bugs +### GitHub [#7](https://github.com/tomasbjerre/violations-lib/issues/7) Findbugs parser misses bugs *bug* **Correcting exception message thrown if attribute not found** @@ -910,7 +910,7 @@ Changelog of Violations lib. ## 1.5 -### GitHub [#3](https://github.com/tomasbjerre/violations-lib/issues/3) Support more formats +### GitHub [#3](https://github.com/tomasbjerre/violations-lib/issues/3) Support more formats *enhancement* **Support PerlCritic and XMLLint**