- Fix cops with the wrong namespace
- Add support for Ruby 3.3
- Drop support for Ruby 2.6
- Update rubocop to ~> 1.61
- Recover code analysis using
TargetRubyVersionfrom Ruby 2.0 to 2.4 - Drop support for Ruby 2.5
- Update rubocop to ~> 1.32.0
- Add support for Ruby 3.1
- Drop support for Ruby 2.4
- Update rubocop to 1.22.0
- Update rubocop-rspec to 2.0.0
- Remove deprecated cops InvalidPredicateMatcher and CustomIncludeMethods
- Add support for Ruby 3.0
- Run CI against Ruby 2.7
- Drop support for Ruby 2.3
- Update rubocop to 0.93.1
- Update rubocop-performance to 1.10.2
- Update rubocop-rails to 2.9.1
- Update rubocop-rspec to 1.44.1
- Disable Style/BracesAroundHashParameters
- Set
DisabledByDefault: trueto disable any new rubocop cops that have not yet been evaluated for this style guide
- Moves
requires forrubocop-performanceandrubocop-railsto library code for better transitivity.
- Update supported ruby versions in gemspec
- Update to rubocop 0.76
- Enable Rails/IgnoredSkipActionFilterOption
- Enable Rails/ReflectionClassName
- Disable and delete Airbnb/ClassName
- Enable Layout/IndentFirstParameter
- Drop support for Ruby 2.2
- Upgrade to rubocop-rspec 1.30.0, use ~> to allow for PATCH version flexibility
- Upgrade to rubocop 0.58.0, use ~> to allow for PATCH version flexibility
- Enable RSpec/HooksBeforeExamples
- Enable RSpec/MissingExampleGroupArgument
- Enable RSpec/ReceiveNever
- Remove FactoryBot/DynamicAttributeDefinedStatically
- Remove FactoryBot/StaticAttributeDefinedDynamically
- Upgrade to rubocop-rspec 1.27.0
- Enable RSpec/Be
- Enable RSpec/EmptyLineAfterExampleGroup
- Enable RSpec/EmptyLineAfterHook
- Enable RSpec/SharedExamples
- Enable FactoryBot/CreateList
- Upgrade to rubocop 0.57.2
- Upgrade to rubocop 0.54.0
- Add SimpleUnless cop
- First public release of rubocop-airbnb