Skip to content

Latest commit

 

History

History
148 lines (116 loc) · 7.34 KB

CHANGELOG.md

File metadata and controls

148 lines (116 loc) · 7.34 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

  • Gcc4: Show multi-line warnings messages. Map all errors to severity error.
  • PR#103: New parser for IAR CSTAT warnings.
  • PR#100: Add package and module support for Pylint.

Fixed

Changed

  • [API]: GccParser uses new base class LookaheadParser that provides a lookahead of the next report line

2.1.2 - 2019-2-10

Fixed

  • violations-lib#58: Flake8: Fixed broken file name if columns has more than one digit.
  • PR#85: Intel Parser: Look for diagnostics with the category "message".

2.1.1 - 2019-2-7

Fixed

  • JENKINS-56001: Improved absolute path detection: make detection independent of running OS.
  • PR#84: Regex tweak to restore support for older versions of IAR

2.1.0 - 2019-2-5

Added

Fixed

  • JENKINS-55805: Java Ant Parser: Improved performance of ant task detection.
  • PR#82: CppLint: Fixed parser for messages with colon.
  • JENKINS-55715, PR#81: Taglist Parser: Convert class name into a file name and a package.
  • PR#80: Keep PathUtil inside of sym-linked directories.

2.0.2 - 2019-1-21

Fixed

  • PR#79: Correctly detect categories for Ansible Lint 4.x.

2.0.1 - 2019-1-16

Fixed

2.0.0 - 2019-1-15

Added

  • Added support for ErrorProne in maven builds. Parser now reports description with link to external documentation.
  • [API]: Added new base class LookaheadParser that provides a lookahead of the next report line
  • JENKINS-55442, PR#78: Added include/exclude filters for issue messages.

Changed

  • Improved maven console parser: use the maven goal that logs a warning as issue type. Ignore all warnings from the maven-compiler-plugin since these are already picked up by the Java parser.
  • [API]: Replaced CheckForNull annotations with Nullable in order to enable NullAway checker in build

Fixed

Deprecated

1.1.0 - 2018-12-20

Added

  • Added ModuleResolver from Jenkins warnings plugin.

1.0.0 - 2018-12-20

First public release.