Skip to content

Commit 31ff3b8

Browse files
committed
Reduce all classes and modules to 100 SLoC or less
1 parent dd110cb commit 31ff3b8

51 files changed

Lines changed: 3411 additions & 3458 deletions

Some content is hidden

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

.rubocop.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,6 @@ Metrics/BlockLength:
4949
- "spec/**/*.rb"
5050
- "features/step_definitions/**/*.rb"
5151

52-
Metrics/ClassLength:
53-
Max: 330
54-
55-
Metrics/ModuleLength:
56-
Description: Avoid modules longer than 100 lines of code.
57-
Max: 440
58-
Exclude:
59-
- "lib/simplecov.rb"
60-
6152
Metrics/ParameterLists:
6253
Description: Avoid parameter lists longer than three or four parameters.
6354
StyleGuide: https://github.com/rubocop-hq/ruby-style-guide#too-many-params

0 commit comments

Comments
 (0)