Releases: eitoball/rubocop-checkstyle_formatter
Releases · eitoball/rubocop-checkstyle_formatter
version 0.6.0
version 0.5.0
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
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
Bugfixes
- Require the base_formatter before using it (#11)
Incompatible changes
- Support rubocop 0.30.1 or above.
version 0.2.0
Incompatible changes
- Support rubocop 0.20.0 or above.
- Display relative file name (#8).
version 0.1.1
version 0.1.0
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
version 0.0.5
Enhancements
- Add package name (com.puppycrawl.tools.checkstyle) to source (#1)
version 0.0.4
Bugfixes
- Change severity to error/waring/info.