Skip to content

Releases: eitoball/rubocop-checkstyle_formatter

version 0.6.0

13 Sep 06:59
20afc44
Compare
Choose a tag to compare

Incompatible changes

  • Support rubocop 1.20.0 or above
  • Support ruby 2.6.0 or above

version 0.5.0

19 Aug 22:59
491fc28
Compare
Choose a tag to compare

Incompatible changes

  • Support rubocop 1.14.0 or above
  • Support ruby 2.5.0 or above
  • Change the default branch name to main

version 0.4.0

23 Apr 05:42
Compare
Choose a tag to compare

Enhancements

  • Use absolute path name when environment variable RUBOCOP_CHECKSTYLE_FORMATTER_ABSOLUTE_PATH is defined.

Incompatible changes

  • Support rubocop 0.40.0 or above.

version 0.3.0

26 Aug 01:40
Compare
Choose a tag to compare

Bugfixes

  • Require the base_formatter before using it (#11)

Incompatible changes

  • Support rubocop 0.30.1 or above.

version 0.2.0

25 Apr 03:49
Compare
Choose a tag to compare

Incompatible changes

  • Support rubocop 0.20.0 or above.
  • Display relative file name (#8).

version 0.1.1

05 Jun 01:32
Compare
Choose a tag to compare

Bugfixes

  • Check existence of RuboCop constant (comment)
  • Update README.md (#5)

version 0.1.0

04 Jun 06:53
Compare
Choose a tag to compare

Enhancements

  • Rename module name from Rubocop to RuboCop to follow RuboCop gem update. (#4)

Incompatible changes

  • Support rubocop 0.14.0 or above.

version 0.0.6

23 May 02:06
Compare
Choose a tag to compare

Bugfixes

  • Fix severity mapping with rubocop 0.21+ (#3)
  • Minor correction to Jenkins usage (#2)

Enhancements

  • Add specs and run them on TravisCI.org

version 0.0.5

21 Mar 08:53
Compare
Choose a tag to compare

Enhancements

  • Add package name (com.puppycrawl.tools.checkstyle) to source (#1)

version 0.0.4

10 Jul 15:36
Compare
Choose a tag to compare

Bugfixes

  • Change severity to error/waring/info.