Skip to content

Latest commit

 

History

History
116 lines (73 loc) · 5.71 KB

CHANGELOG.md

File metadata and controls

116 lines (73 loc) · 5.71 KB

Changelog

main

v1.5.0 (2024-12-11)

  • Add Add Sidekiq/PerformInline (#82)
  • Add Add Chewy/UpdateIndexArgument (#83)

v1.4.0 (2024-06-14)

  • Set Rails/Date, AllowToTime config to false. (#80)
  • Remove cop RSpec/AuthenticatedAs. (#79)
  • Add new cops for Sidekiq. (#77)

v1.3.1 (2024-02-13)

  • Remove usage of delegate from activesupport. (#78)

v1.3.0 (2024-01-09)

  • Added autocorrection for RSpec/MultipleExpectations. (Fix #59). (#74)
  • Update rubocop dependencies and minimum Ruby version. (Fix #68). (#75)
  • Enabled RSpec/MultipleExpectations. (#73)
  • Added new cops from test-prod RSpec/AggregateExamples. (#72)

v1.2.0 (2023-09-28)

  • Added cop Rails/DestroyAllBang(Fix #42). (#65)
  • Added cop Chewy/FieldType. (#64)
  • Fix Migration/ChangeTableReferences offense location (Fix #61) (#62)
  • Added cop Sidekiq/NoEarlyNilReturn (#58)
  • Added cop Rails/EnumStartingValue (#57)
  • Added cop Migration/StandaloneAddReference (#54)
  • Update Migration/ChangeTableReferences on send alias and message to handle removing references. (#55)

v1.1.2 (2023-05-30)

  • Fix Migration/ChangeTableReferences with multiple nested blocks. (#51)

v1.1.1 (2023-05-29)

  • Relax rubocop dependencies. (#50)

v1.1.0 (2023-05-24)

  • Remove cop Rails/TableName in favor of Rails/TableNameAssignment and enable it in base config (Fix #45). (#48)
  • Adjust Metrics base config. (#49)
  • Added cop Migration/ChangeTableReferences (#47)
  • Added cop Migration/AlwaysBulkChangeTable (#46)

v1.0.0 (2023-05-15)

  • Unified cops to be reused by others projects. (#41)

v0.9.0 (2023-05-12)

  • Remove RSpec/JsonParseResponseBody duplicated cop (Fix #39). (#44)
  • Update RSpec/SidekiqInline example and message (Fix #35). (#43)

v0.8.0 (2023-02-21)

  • Added cop Performance/Snif (#31)
  • Updated gemspec file. (#30)
  • Added cop RSpec/JsonParseResponseBody and RSpec/JsonResponse (#27)

v0.7.0

  • Support more cases for Grape/UnnecessaryNamespace. (#26)

v0.6.0

  • Added cop RSpec/SidekiqInline (#24)
  • Remove cop Rails/ValidateUniquenessCase (#21)

v0.5.0

  • Added cop Rails/ValidateUniquenessCase (#20)

v0.4.1

  • Fix typo default config SafeAutoCorrect RSpec/StubProducts (#19)

v0.4.0

  • Added cop RSpec/StubProducts (#18)

v0.3.1

  • Correct cop name Migration/SchemaStatementsMethods in config (#17)

v0.3.0

  • Added cop Added Migration/ForeignKeyOption (#11)
  • Added cop Added Grape/PreferNamespace (#6)
  • Added cop Added Migration/SchemaStatementsMethods (#14)
  • Remove cop Added Migration/UseChangeTableBulk (#15)
  • Update cop Grape/PreferNamespace (#16)

v0.2.1

  • Update lock dependencies rubocop-rails (#9)

v0.2.0

  • Added cop RSpec/AuthenticatedAs (#3)
  • Added cop Grape/UnnecessaryNamespace (#2)
  • Added cop RSpec/CreateListMax (#4)
  • Added Cop Migration/UseChangeTableBulk (#7)
  • Added cop Grape/HelpersIncludeModule (#1)

v0.1.0

  • First version