This repository has been archived by the owner on Nov 23, 2020. It is now read-only.
Releases: andrewmcodes-archive/rubocop-linter-action
Releases · andrewmcodes-archive/rubocop-linter-action
v3.3.0
NOTE: This is likely the final release barring a new maintainer stepping in.
Implemented enhancements:
- Only run Rubocop against the diff #159
- Meta updates #150
- refactor: remove old docs and update the ones in the readme #160 (andrewmcodes)
Fixed bugs:
- No such file or directory - rubocop (Errno::ENOENT) #138
- check_scope modified has a git failure but still runs #135
Closed issues:
- Put docs back in README or wiki #157
- The project name casing is incorrect. #154
- Allow the github action check to fail #149
- Use Rubocop version from Gemfile.lock #147
- Configurable Rubocop Version #145
- Turn off ruby linter annotation on PR page #144
Merged pull requests:
- Tweak exit strategy #161 (andrewmcodes)
- Updating strategy for documentation #158 (johnfelixespinosa)
- Bump activesupport from 6.0.3 to 6.0.3.2 #155 (dependabot[bot])
- Exit code if linter returns some failures #153 (MiguelSavignano)
- Update faq.md #152 (kmcclellan)
- Find modified files with respect to base commit of branch #139 (hasghari)
Version 3.2.0 Release
Implemented enhancements:
- update dependencies #143 (andrewmcodes)
Fixed bugs:
- remove shell_lint action #141 (andrewmcodes)
Closed issues:
- cannot load such file -- rubocop-rails #137
Merged pull requests:
- Create FUNDING.yml #142 (andrewmcodes)
- Allow passing
configuration.base\_branch
#136 (arich) - Ignore stderr when running the command #132 (michaelherold)
Version 3.1.0 Release
Implemented enhancements
- Add Force Exclusion configuration option #126
- chore: dependency updates #128 (andrewmcodes)
Fixed bugs
- Configuration file seems not to be loading #123
- Unable to pull private gem #121
- Only modified files #105
Closed issues
Merged pull requests
- Release v3.1.0 #130 (andrewmcodes)
- docs: add es50678 as a contributor #129 (allcontributors[bot])
- Add Force Exclusion configuration option #127 (es50678)
Version 3.0.0 Release
Breaking changes
- release v3.0.0 #120 (andrewmcodes)
Implemented enhancements
- document the behavior of check_scope on commits to master #119 (andrewmcodes)
- address codefactor issues #114 (andrewmcodes)
- add pull_request action #113 (andrewmcodes)
- add codecov and binstub helpers #112 (andrewmcodes)
- update playground location #111 (andrewmcodes)
- [ci-skip] add ci-skip option for actions #110 (andrewmcodes)
- update the dates in the license #109 (andrewmcodes)
- update issue templates #108 (andrewmcodes)
- Specify RuboCop version and its extensions using the same configuration key #93
- Configuration File #75 (andrewmcodes)
Fixed bugs
- Rubocop Results action is running forever #96
- Action breaks if RuboCop check outputs a start_column value greater than the last_column for the line #91
Merged pull requests
- update codecov integration #115 (andrewmcodes)
- change example workflow to use actions/checkout@v1 #107 (andrewmcodes)
- docs: add seerahulsingh as a contributor #104 (allcontributors[bot])
- version 3.0.0.rc4 release #103 (andrewmcodes)
- upgrade to ruby 2.7 #102 (andrewmcodes)
- try to prevent infinite runs #101 (andrewmcodes)
- Add documentation around what will happen if the action is triggered by a pr from a forked repo #100 (andrewmcodes)
- issue 96 exploration #99 (andrewmcodes)
- tweak the way we read the config file #98 (andrewmcodes)
- Enhanced dependency configuration and resolution #95 (erichmachado)
- docs: add erichmachado as a contributor #94 (allcontributors[bot])
- ReportAdapter#column_check correctly parses the last_column value #92 (erichmachado)
- v3.0.0.rc2 release #89 (andrewmcodes)
- refactor and update docs #88 (andrewmcodes)
- Update build action #86 (andrewmcodes)
- Work around 50-annotation limit by making multiple update calls #85 (reidab)
- Ensure start_column comes before end_column #84 (reidab)
- Create initial GitHub check before running rubocop #83 (reidab)
- version 3.0.0.rc1 release #82 (andrewmcodes)
- docs: add excid3 as a contributor #81 (allcontributors[bot])
Version 3.0.0.rc4 Release
Merged pull requests
- upgrade to ruby 2.7 #102 (andrewmcodes)
- try to prevent infinite runs #101 (andrewmcodes)
Version 3.0.0.rc3 Release
Implemented enhancements
- Specify RuboCop version and its extensions using the same configuration key #93
Fixed bugs
- Action breaks if RuboCop check outputs a start_column value greater than the last_column for the line #91
Merged pull requests
- Add documentation around what will happen if the action is triggered by a pr from a forked repo #100 (andrewmcodes)
- issue 96 exploration #99 (andrewmcodes)
- tweak the way we read the config file #98 (andrewmcodes)
- Enhanced dependency configuration and resolution #95 (erichmachado)
- docs: add erichmachado as a contributor #94 (allcontributors[bot])
- ReportAdapter#column_check correctly parses the last_column value #92 (erichmachado)
Version 3.0.0.rc2 Release
Merged pull requests
- refactor and update docs #88 (andrewmcodes)
- Update build action #86 (andrewmcodes)
- Work around 50-annotation limit by making multiple update calls #85 (reidab)
- Ensure start_column comes before end_column #84 (reidab)
- Create initial GitHub check before running rubocop #83 (reidab)
Version 3.0.0.rc1 Release
Implemented enhancements
- Configuration File #75 (andrewmcodes)
Merged pull requests
- docs: add excid3 as a contributor #81 (allcontributors[bot])
Version 2.0.1 Release
Fixed bugs
- The RuboCop version is not respected if there are extra gems #67
- Rubocop action stops the build even when level is set to fatal #63
Closed issues
- Lint changed files only instead #70
- This action seems to not work for Pull Requests #68
- [request] ability to set working directory #64
Merged pull requests
- fix image address for readthedocs index #80 (andrewmcodes)
- add readthedocs config #79 (andrewmcodes)
- add documentation for readthedocs #77 (andrewmcodes)
- docs: add hackerdude as a contributor #76 (allcontributors[bot])
- only push to the playground repo on push #74 (andrewmcodes)
- fix obsolete configuration error in rubocop config #73 (andrewmcodes)
- Bugfix/respect rubocop level #72 (hackerdude)
- Fix version reference in README #65 (eregon)
- docs: add InteNs as a contributor #62 (allcontributors[bot])
- docs: add chiefpansancolt as a contributor #61 (allcontributors[bot])
v2.0.0 Release
Merged pull requests:
- v2.0.0 release #60 (andrewmcodes)
- prep for v2.0 release #59 (andrewmcodes)
Breaking changes
file_paths
is no longer an optionrubocop
is the only gem that comes pre-installed