pantograph/lib/pantograph/plugins/template/.rubocop.yml in pantograph-0.1.8 vs pantograph/lib/pantograph/plugins/template/.rubocop.yml in pantograph-0.1.10

- old
+ new

@@ -114,31 +114,27 @@ Style/PredicateName: Enabled: false Style/PerlBackrefs: Enabled: false Layout/SpaceAroundOperators: - Exclude: - - "**/spec/actions_specs/xcodebuild_spec.rb" + Exclude: AllCops: TargetRubyVersion: 2.0 Include: - "*/lib/assets/*Template" - - "*/lib/assets/*TemplateAndroid" Exclude: - "**/lib/assets/custom_action_template.rb" - "./vendor/**/*" - "**/lib/assets/DefaultPantfileTemplate" - "**/spec/fixtures/broken_files/broken_file.rb" Style/FileName: Exclude: - "**/Dangerfile" - "**/Brewfile" - "**/Gemfile" - - "**/Podfile" - "**/Rakefile" - "**/Pantfile" - - "**/Snapfile" - "**/*.gemspec" Style/Documentation: Enabled: false Style/MutableConstant: Enabled: false @@ -150,11 +146,10 @@ Enabled: false CrossPlatform/ForkUsage: Exclude: - "**/plugins/template/**/*" Lint/IsStringUsage: - Include: - - gym/**/* + Enabled: false Style/MethodCallWithArgsParentheses: Enabled: true IgnoredMethods: - require - require_relative