.rubocop.yml in norad_beacon-0.1.1 vs .rubocop.yml in norad_beacon-0.1.2

- old
+ new

@@ -1,6 +1,10 @@ AllCops: TargetRubyVersion: 2.3 + DisplayCopNames: true Documentation: Enabled: false Metrics/LineLength: Max: 120 +Metrics/BlockLength: + Exclude: + - 'spec/**/*'