.rubocop.yml in sorbet-progress-0.2.5 vs .rubocop.yml in sorbet-progress-0.3.0

- old
+ new

@@ -68,9 +68,13 @@ # Sometimes splat is convenient, sometimes unnecessary. Too subtle to lint. Lint/UnneededSplatExpansion: Enabled: false +Metrics/AbcSize: + Exclude: + - test/**/* + # Compared to metrics like `AbcSize` or `CyclomaticComplexity`, number of # lines is not a useful metric. Metrics/ClassLength: Enabled: false