Skip to content

Commit

Permalink
References Pylint icons in supported formats.
Browse files Browse the repository at this point in the history
See #14
  • Loading branch information
uhafner committed Mar 3, 2019
1 parent 3bd18c6 commit 5a5a512
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Enabled zoom in trend charts
- [PR#103](https://github.com/jenkinsci/analysis-model/pull/103),
[PR#13](https://github.com/jenkinsci/warnings-ng-plugin/pull/13): New parser for IAR CSTAT warnings.
- [PR#14](https://github.com/jenkinsci/warnings-ng-plugin/pull/14): Added Pylint icons.

### Fixed
- [JENKINS-55840](https://issues.jenkins-ci.org/browse/JENKINS-55840),
Expand Down
4 changes: 2 additions & 2 deletions SUPPORTED-FORMATS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--- DO NOT EDIT - Generated by ToolsLister at 2019-03-02T20:19:53.121249400-->
<!--- DO NOT EDIT - Generated by ToolsLister at 2019-03-03T11:41:50.885-->
# Supported Report Formats

Jenkins' Warnings Next Generation Plugin supports the following report formats.
Expand Down Expand Up @@ -84,7 +84,7 @@ the [Analysis Parsers Library](https://github.com/jenkinsci/analysis-model/).
| 68 | prefast | prefast() | - - | PREfast | |
| 69 | puppetlint | puppetLint() | - - | Puppet-Lint | |
| 70 | pydocstyle | pyDocStyle() | - - | Pydocstyle | |
| 71 | pylint | pyLint() | - - | Pylint | |
| 71 | pylint | pyLint() | ![Pylint](src/main/webapp/icons/pylint-24x24.png) ![Pylint](src/main/webapp/icons/pylint-48x48.png) | Pylint | |
| 72 | qac | qacSourceCodeAnalyser() | - - | QA-C Sourcecode Analyser | |
| 73 | dupfinder | dupFinder() | ![Resharper dupFinder](src/main/webapp/icons/dry-24x24.png) ![Resharper dupFinder](src/main/webapp/icons/dry-48x48.png) | Resharper dupFinder | |
| 74 | resharper | resharperInspectCode() | ![Resharper InspectCode](src/main/webapp/icons/resharper-24x24.png) ![Resharper InspectCode](src/main/webapp/icons/resharper-48x48.png) | Resharper InspectCode | |
Expand Down

0 comments on commit 5a5a512

Please # to comment.