.rubocop.yml in vagrant-winrm-syncedfolders-0.1.0 vs .rubocop.yml in vagrant-winrm-syncedfolders-1.0.0

- old
+ new

@@ -1,24 +1,11 @@ -AllCops: - Exclude: - - '*.gemspec' - Metrics/LineLength: Max: 120 -Metrics/ClassLength: - Max: 150 +StringLiterals: + EnforcedStyle: double_quotes Style/Documentation: Enabled: false -Metrics/MethodLength: - Max: 20 - -StringLiterals: - EnforcedStyle: double_quotes - Style/FileName: Enabled: false - -Metrics/AbcSize: - Max: 100