Skip to content

Commit 8728a83

Browse files
authored
Refactor/rubocop autofixes (#1716)
* AF: FrozenStringLiteral comments * AF: NumericPredicate * AF: RedundantFreeze * AF (And document): RedundantCopDisableDirective * Re-generate auto-gen-config with new sub-gems and 1000+ new offenses * #linebreaks is only taking inputs as integers * Incorrect version of rubocop threw warnings, use correct legacy version for now * Add changelog entry
1 parent 3704675 commit 8728a83

File tree

216 files changed

+767
-70
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

216 files changed

+767
-70
lines changed

.rubocop.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
inherit_from: .rubocop_todo.yml
22

33
require:
4+
- rubocop-capybara
45
- rubocop-packaging
6+
- rubocop-rake
7+
- rubocop-rspec
58

69
AllCops:
710
NewCops: disable

0 commit comments

Comments
 (0)