.rubocop.yml in jekyll-bits-0.5 vs .rubocop.yml in jekyll-bits-0.6

- old
+ new

@@ -1,17 +1,17 @@ AllCops: DisplayCopNames: true Style/FileName: Enabled: false -MethodLength: - Max: 30 +Metrics/MethodLength: + Max: 50 Metrics/BlockLength: Max: 50 Style/ConditionalAssignment: Enabled: false Metrics/PerceivedComplexity: Max: 20 Metrics/CyclomaticComplexity: - Max: 15 + Max: 20 Metrics/AbcSize: - Max: 40 + Max: 60