Skip to content

Commit

Permalink
feat: MSBuild parser
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Jun 16, 2021
1 parent 030f1b8 commit c7b3f71
Show file tree
Hide file tree
Showing 2 changed files with 151 additions and 0 deletions.
150 changes: 150 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 <error/> 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*


1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down

0 comments on commit c7b3f71

Please sign in to comment.