.rubocop.yml in key-vortex-0.2.5 vs .rubocop.yml in key-vortex-1.0.0

- old
+ new

@@ -11,13 +11,9 @@ EnforcedStyle: double_quotes Layout/LineLength: Max: 120 -# TODO: Remove once design is set -Style/Documentation: - Enabled: false - Metrics/BlockLength: AllowedMethods: - describe - context