Skip to content

Commit

Permalink
PyLint parser
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Oct 24, 2016
1 parent 70c46ff commit d75e4b8
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@
Changelog of Violation Comments to Bitbucket Server Plugin.

## Unreleased
### No issue

**Supporting StyleCop and fixing FxCop**


[e1f5b515c901a9c](https://github.com/jenkinsci/violation-comments-to-stash-plugin/commit/e1f5b515c901a9c) Tomas Bjerre *2016-10-03 17:27:03*

**doc**


[de5e604a36de286](https://github.com/jenkinsci/violation-comments-to-stash-plugin/commit/de5e604a36de286) Tomas Bjerre *2016-10-01 13:33:20*


## 1.26
### No issue

**FXCop**


[77054e9b4573974](https://github.com/jenkinsci/violation-comments-to-stash-plugin/commit/77054e9b4573974) Tomas Bjerre *2016-10-01 12:03:28*


## 1.25
### GitHub [#17](https://github.com/jenkinsci/violation-comments-to-stash-plugin/issues/17) Plugin aborts if it fails to delete a message

**Avoiding crash when unable to remove comment #17**
Expand All @@ -11,6 +34,19 @@ Changelog of Violation Comments to Bitbucket Server Plugin.
[6b1112806fc3fce](https://github.com/jenkinsci/violation-comments-to-stash-plugin/commit/6b1112806fc3fce) Tomas Bjerre *2016-08-19 05:09:28*


### No issue

**Updating distributionManagement in pom**


[90d4c1793d6137a](https://github.com/jenkinsci/violation-comments-to-stash-plugin/commit/90d4c1793d6137a) Tomas Bjerre *2016-08-19 15:44:23*

**Updating distributionManagement in pom**


[c750b4a53908222](https://github.com/jenkinsci/violation-comments-to-stash-plugin/commit/c750b4a53908222) Tomas Bjerre *2016-08-19 15:23:29*


## 1.22
### GitHub [#14](https://github.com/jenkinsci/violation-comments-to-stash-plugin/issues/14) CredentialsId not working

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ Changelog of Violation Comments to Bitbucket Server Plugin.
<dependency>
<groupId>se.bjurr.violations</groupId>
<artifactId>violation-comments-to-bitbucket-server-lib</artifactId>
<version>1.6</version>
<version>1.7</version>
</dependency>

<!-- test // -->
Expand Down

0 comments on commit d75e4b8

Please sign in to comment.