Skip to content

Commit e7521ea

Browse files
authored
RuboCop: add additional RuboCop plugins (stringer-rss#557)
This adds `rubocop-rails`, `rubocop-rake`, and `rubocop-rspec`. Even though this project doesn't use Rails, a lot of the same linters will apply. Also regenerates `.rubocop_todo.yml` based on the new rules.
1 parent 850a7d4 commit e7521ea

4 files changed

Lines changed: 379 additions & 23 deletions

File tree

.rubocop.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
inherit_from: .rubocop_todo.yml
2+
require:
3+
- rubocop-rails
4+
- rubocop-rake
5+
- rubocop-rspec
26

37
AllCops:
48
DisplayCopNames: true

0 commit comments

Comments
 (0)