Skip to content
This repository has been archived by the owner on Nov 23, 2020. It is now read-only.

Releases: andrewmcodes-archive/rubocop-linter-action

v1.0.6 Release

22 Nov 02:28
Compare
Choose a tag to compare

Implemented enhancements:

Use bundled version of rubocop instead of latest gems #48
[Enhancement] Add ability to use custom rubocop gem #45

Fixed bugs:

Error when building #57

Merged pull requests:

add shell check linter #56 (andrewmcodes)

v1.0.5 Release

18 Nov 17:43
Compare
Choose a tag to compare

Merged pull requests:

version bump to v1.0.5 #54 (andrewmcodes)
Add additional input params #53 (chiefpansancolt)

Closed issues:

Use bundled version of rubocop instead of latest gems #48
[Enhancement] Add ability to use custom rubocop gem #45

v1.0.4 Release

15 Nov 01:19
Compare
Choose a tag to compare

Implemented enhancements:

  • [suggestion] offending cop name in annotation message #47

Closed issues:

  • Create automated changelog #38

Merged pull requests:

  • docs: add reidab as a contributor #51 (allcontributors[bot])
  • docs: add bbugh as a contributor #50 (allcontributors[bot])
  • Add cop name to report messages #49 (bbugh)
  • Use 'notice' annotation style for refactor + convention offenses #46 (reidab)
  • add changelog generator #44 (andrewmcodes)

v1.0.3 Release

07 Nov 20:03
39e0949
Compare
Choose a tag to compare
  • Fix for #28
    We were not actually sending GitHub our list of annotations, but rather the entire report generated from rubocop --format json. This caused there to be empty offenses in the annotations we were trying to create, which the API rejected due to missing keys.

    This change ensures that we actually send our annotation list, instead of the entire report. This also negated the need for the changes in #29, which have also been removed.

v1.0.2 Release

07 Nov 01:55
e64022c
Compare
Choose a tag to compare
  • update readme
  • fix typo
  • add start/end column support
  • remove changelog

v1.0.1 Release

05 Nov 22:58
17356f7
Compare
Choose a tag to compare

v1.0.0 Release

29 Oct 01:02
144099e
Compare
Choose a tag to compare
  • Refactorings
  • Create actions for the repo
  • Solve existing bugs
  • Update docs
  • Add tests
  • Add rubicon for the project

Fix API Error

25 Oct 02:29
Compare
Choose a tag to compare

Fix issue with GitHub API, add other rubicon gems, speed up build time, and update docs.

Update documentation

03 Sep 03:19
Compare
Choose a tag to compare

Add documentation and community templates.

Work on resolving unhandled exception error

03 Sep 01:44
Compare
Choose a tag to compare

Stop entire build from failing and only have cops trigger errors.

  • 4613337 don't fail on lint errors