From c7b3f710150f3f3faf79f31cee18b03f7f531ea8 Mon Sep 17 00:00:00 2001 From: Tomas Bjerre Date: Wed, 16 Jun 2021 19:14:33 +0200 Subject: [PATCH] feat: MSBuild parser --- CHANGELOG.md | 150 +++++++++++++++++++++++++++++++++++++++++++++++++++ README.md | 1 + 2 files changed, 151 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f15ae75 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,150 @@ + +# violations-command-line changelog + +Changelog of violations-command-line. + +## 1.15.0 +### No issue + +**new build script** + + +[637e7010efde113](https://github.com/tomasbjerre/violations-command-line/commit/637e7010efde113) Tomas Bjerre *2021-04-05 11:52:23* + + +## 1.13 +### No issue + +**check_name and engine_name in CodeClimate** + + +[630da33016ca8a0](https://github.com/tomasbjerre/violations-command-line/commit/630da33016ca8a0) Tomas Bjerre *2020-10-04 10:25:40* + + +## 1.12 +### GitHub #112 + +**check_name and engine_name in CodeClimate** + + +[fe8fdc33daa2a16](https://github.com/tomasbjerre/violations-command-line/commit/fe8fdc33daa2a16) Tomas Bjerre *2020-10-04 07:33:33* + + +## 1.11 +### No issue + +**Find Security Bugs messages** + + +[2c62be0deab14b8](https://github.com/tomasbjerre/violations-command-line/commit/2c62be0deab14b8) Tomas Bjerre *2020-09-27 16:25:40* + +**Find Security Bugs messages** + + +[e4f7bec65726c97](https://github.com/tomasbjerre/violations-command-line/commit/e4f7bec65726c97) Tomas Bjerre *2020-09-27 16:25:05* + + +## 1.10 +### No issue + +**Allow Checkstyle reports with no line** + + +[c48443b111462b2](https://github.com/tomasbjerre/violations-command-line/commit/c48443b111462b2) Tomas Bjerre *2020-09-23 15:54:04* + + +## 1.9 +### No issue + +**violations-lib 1.128** + + +[83614cf9591932f](https://github.com/tomasbjerre/violations-command-line/commit/83614cf9591932f) Tomas Bjerre *2020-09-20 13:45:54* + + +## 1.8 +### GitHub [#1](https://github.com/tomasbjerre/violations-command-line/issues/1) Multiple -v arguments only finds a report for the first -v argument + +**Correcting arity** + + +[7f1f766f2cf6b6c](https://github.com/tomasbjerre/violations-command-line/commit/7f1f766f2cf6b6c) Tomas Bjerre *2020-07-23 05:02:07* + + +### No issue + +**ignore codeclimate json** + + +[a8646f2cdf33a14](https://github.com/tomasbjerre/violations-command-line/commit/a8646f2cdf33a14) Tomas Bjerre *2020-07-23 05:04:05* + + +## 1.7 +### No issue + +**New: custom logging in violations-lib** + + +[bfd5e1039e754d8](https://github.com/tomasbjerre/violations-command-line/commit/bfd5e1039e754d8) Tomas Bjerre *2020-07-05 14:49:26* + + +## 1.6 +### GitHub #82 + +**CPPCheckParser with auto closed tags tomasbjerre/violations-lib** + + +[098bf2345260f16](https://github.com/tomasbjerre/violations-command-line/commit/098bf2345260f16) Tomas Bjerre *2020-02-03 16:52:32* + + +## 1.5 +### GitHub #80 + +**Add support for sonar issue report formats >= v7.5 tomasbjerre/violations-lib** + + +[762dcbdfa148382](https://github.com/tomasbjerre/violations-command-line/commit/762dcbdfa148382) Tomas Bjerre *2020-01-03 06:53:49* + + +## 1.4 +### No issue + +**Prettier output** + + +[962be4a38fd75ca](https://github.com/tomasbjerre/violations-command-line/commit/962be4a38fd75ca) Tomas Bjerre *2019-10-25 11:02:42* + +**doc** + + +[98b03b401386512](https://github.com/tomasbjerre/violations-command-line/commit/98b03b401386512) Tomas Bjerre *2019-10-09 17:02:00* + +**Create FUNDING.yml** + + +[360e88fbf067390](https://github.com/tomasbjerre/violations-command-line/commit/360e88fbf067390) Tomas Bjerre *2019-09-28 06:59:38* + + +## 1.3 +### No issue + +**CodeClimate and exports** + + +[1b197c14276385f](https://github.com/tomasbjerre/violations-command-line/commit/1b197c14276385f) Tomas Bjerre *2019-09-07 13:02:53* + + +## 1.2 +### No issue + +**Changing name of JSHINT parser to JSLINT** + + +[0fe772cfe9fa257](https://github.com/tomasbjerre/violations-command-line/commit/0fe772cfe9fa257) Tomas Bjerre *2019-08-03 12:13:30* + +**doc** + + +[24ff17e322091e4](https://github.com/tomasbjerre/violations-command-line/commit/24ff17e322091e4) Tomas Bjerre *2019-06-01 10:33:52* + + diff --git a/README.md b/README.md index e6d4dd3..044ab1c 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,7 @@ A number of **parsers** have been implemented. Some **parsers** can parse output | [_KotlinGradle_](https://github.com/JetBrains/kotlin) | `KOTLINGRADLE` | Output from Kotlin Gradle Plugin. | [_KotlinMaven_](https://github.com/JetBrains/kotlin) | `KOTLINMAVEN` | Output from Kotlin Maven Plugin. | [_Lint_]() | `LINT` | A common XML format, used by different linters. +| [_MSBuildLog_](https://docs.microsoft.com/en-us/visualstudio/msbuild/obtaining-build-logs-with-msbuild?view=vs-2019) | `MSBULDLOG` | With `-fileLogger` use `.*msbuild\\.log$` as pattern or `-fl -flp:logfile=MyProjectOutput.log;verbosity=diagnostic` for a custom output filename | [_MSCpp_](https://visualstudio.microsoft.com/vs/features/cplusplus/) | `MSCPP` | | [_Mccabe_](https://pypi.python.org/pypi/mccabe) | `FLAKE8` | | [_MyPy_](https://pypi.python.org/pypi/mypy-lang) | `MYPY` |