- Set
Rails/Date
,AllowToTime
config to false. (#80) - Remove cop
RSpec/AuthenticatedAs
. (#79) - Add new cops for Sidekiq. (#77)
- Remove usage of
delegate
from activesupport. (#78)
- 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)
- 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)
- Fix
Migration/ChangeTableReferences
with multiple nested blocks. (#51)
- Relax rubocop dependencies. (#50)
- 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)
- Unified cops to be reused by others projects. (#41)
- Remove RSpec/JsonParseResponseBody duplicated cop (Fix #39). (#44)
- Update RSpec/SidekiqInline example and message (Fix #35). (#43)
- Added cop
Performance/Snif
(#31) - Updated gemspec file. (#30)
- Added cop
RSpec/JsonParseResponseBody and RSpec/JsonResponse
(#27)
- Support more cases for
Grape/UnnecessaryNamespace
. (#26)
- Added cop
Rails/ValidateUniquenessCase
(#20)
- Fix typo default config SafeAutoCorrect RSpec/StubProducts (#19)
- Added cop
RSpec/StubProducts
(#18)
- Correct cop name
Migration/SchemaStatementsMethods
in config (#17)
- 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)
- Update lock dependencies
rubocop-rails
(#9)
- 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)
- First version