- Ignore routing specs for DescribeClass cop. (@nijikon)
- Move rubocop dependency to runtime. (@nijikon)
- Update to rubocop 0.37.2. (@nijikon)
- Update ruby versions we test against. (@nijikon)
- Add
RSpec::NotToNotcop. (@miguelfteixeira) - Add
Rspec/AnyInstancecop. (@mlarraz)
- Fix auto correction issue - syntax had changed in RuboCop v0.31. (@bquorning)
- Add RuboCop clone to vendor folder - see #39 for details. (@bquorning)
- Ignore non string arguments for FilePathCop - thanks to @deivid-rodriguez. (@geniou)
- Skip DescribeMethod cop for tagged specs. (@deivid-rodriguez)
- Skip DescribeClass cop for feature/request specs. (@deivid-rodriguez)
- Make
RSpec::ExampleWordingcase insensitive. (@geniou)
- Add
RSpec::VerifiedDoublescop. (@andyw8)
- Drop support of ruby
1.9.2. (@geniou) - Update to RuboCop
~> 0.24. (@geniou) - Add
autocorrecttoRSpec::ExampleWording. This experimental - use with care and check the changes. (@geniou) - Fix config loader debug output. (@geniou)
- Rename
FileNamecop toFilePathas a workaround - see #19. (@geniou)
- Add
autocorrecttoRSpec::DescribedClasscop. (@geniou)
- Add
configfolder to gemspec. (@pstengel)
- Update to RuboCop
>= 0.23. (@geniou) - Add configuration option for
CustomTransformationtoFileNamecop. (@geniou)
- Gem is no longer 20MB (sorry!). (@nevir)
RspecFileNamecop allows for method specs to organized into directories by class and type. (@nevir)
- Update code to work with rubocop
>= 0.19. (@geniou) - Split
UnitSpecNamingcop intoRSpecDescribeClass,RSpecDescribeMethodandRSpecFileNameand enabled them all by default. (@geniou) - Add
RSpecExampleWordingcop to prevent to use of should at the beginning of the spec description. (@geniou) - Fix
RSpecFileNamecop for non-class specs. (@geniou) - Adapt
RSpecFileNamecop to commen naming convention and skip spec with multiple top level describes. (@geniou) - Add
RSpecMultipleDescribescop to check for multiple top level describes. (@geniou) - Add
RSpecDescribedClassto promote the use ofdescribed_class. (@geniou) - Add
RSpecInstanceVariablecop to check for the usage of instance variables. (@geniou)