.rubocop.yml in ssl_info-1.0.1 vs .rubocop.yml in ssl_info-1.0.2

- old
+ new

@@ -1,24 +1,24 @@ Layout/IndentationWidth: Width: 4 -Metrics/AbcSize: - Max: 50 +Layout/LineLength: + Enabled: false -Metrics/LineLength: +Metrics/AbcSize: Enabled: false Metrics/BlockLength: - Max: 40 + Enabled: false Metrics/CyclomaticComplexity: - Max: 20 + Enabled: false Metrics/MethodLength: - Max: 60 + Enabled: false Metrics/PerceivedComplexity: - Max: 20 + Enabled: false Style/GlobalVars: Enabled: false Style/RaiseArgs: