.rubocop.yml in mrt-ingest-0.0.5 vs .rubocop.yml in mrt-ingest-0.0.6

- old
+ new

@@ -24,11 +24,11 @@ # Produces monsters Layout/MultilineOperationIndentation: Enabled: false # Reasonable line-length check; it's too easy for the cure to be worse than the disease -Metrics/LineLength: +Layout/LineLength: Max: 150 # Confusing and weird Naming/VariableNumber: Enabled: False @@ -36,23 +36,19 @@ # We meant to do that Naming/MemoizedInstanceVariableName: Enabled: False # It works in context, trust us -Naming/UncommunicativeMethodParamName: +Naming/MethodParameterName: Enabled: False # Do what's readable in the context you're in Style/AccessModifierDeclarations: Enabled: false # 👎 to cultural imperialism Style/AsciiComments: Enabled: false - -# Sometimes we want to distinguish hash parameters from keyword arguments -Style/BracesAroundHashParameters: - Enabled: False # Seriously? Style/CommentedKeyword: Enabled: False