Skip to content

Releases: RamseyInHouse/ramsey-cop

Release 0.23.0

30 May 00:26
c50b592
Compare
Choose a tag to compare

Description of Changes

  • Adding a default for NewCops
  • Adding a test for checking the validity of the default.yml file

This effectively fixes the warning when NewCops are added:
https://rubocop.readthedocs.io/en/latest/versioning/#pending-cops

Setting it to "disable" is probably the least disruptive, but if we want to set it to enable I'm ok with that too. I mainly want it set to suppress the warning.

Take a look at the above doc link. I believe that when a cop moves beyond the new status, rubocop will set the default one way or the other, then the NewCop setting no longer applies. I think of this as... set it to enabled if you want to be on the bleeding edge of new cops, disabled if not.

Release 0.22.0

20 May 18:43
Compare
Choose a tag to compare

Enable recently defined cops after some discussion

Layout/EmptyLinesAroundAttributeAccessor:
  Enabled: true
Layout/SpaceAroundMethodCallOperator:
  Enabled: true
Style/ExponentialNotation:
  Enabled: true
Style/SlicingWithRange:
  Enabled: true

Release 0.20.0

07 May 12:17
5546ece
Compare
Choose a tag to compare

Define, but do not enable new cops

Layout/SpaceAroundMethodCallOperator:
  Enabled: false
Style/ExponentialNotation:
  Enabled: false

Release 0.19.0

13 Apr 15:00
a4de20f
Compare
Choose a tag to compare

Enable Lint Bots

Lint/RaiseException:
  Enabled: true

Lint/StructNewOverride:
  Enabled: true

Update Rubocop requirement to >= 0.81

Release 0.18.0

02 Mar 18:46
2fcd384
Compare
Choose a tag to compare

0.17.0 Github Action failed to deploy.

Updated Rubocop and Rubocop-Performance requirements and bump to 0.18.0

Release 0.17.0

27 Feb 15:36
a9dfed2
Compare
Choose a tag to compare

Enable Style/Hash* cops

Style/HashEachMethods:
  Enabled: true

Style/HashTransformKeys:
  Enabled: true

Style/HashTransformValues:
  Enabled: true

Release 0.16.0

07 Jan 17:25
Compare
Choose a tag to compare

General Dependency Updates
Add Github Actions Workflow to publish to RubyGems

Release 0.15.0

30 Dec 14:28
Compare
Choose a tag to compare

Change Metrics/LineLength to Layout/LineLength

v0.10.0

17 Jul 12:27
Compare
Choose a tag to compare
Version 0.10.0

v0.9.0

27 Apr 18:51
Compare
Choose a tag to compare
Bump rev to 0.9.0