.rubocop_config.yml in cloud_party-0.1.1.pre.alpha.1 vs .rubocop_config.yml in cloud_party-0.1.1
- old
+ new
@@ -1,6 +1,7 @@
# Available cops (428) + config for /home/ken/everygit/cloudflare_cli:
+# Available cops (428) + config for /home/ken/everygit/cloudflare_cli:
# Department 'Bundler' (4):
Bundler/DuplicatedGem:
Description: Checks for duplicate gem entries in Gemfile.
Enabled: true
Include:
@@ -864,10 +865,10 @@
Enabled: true
Lint/HandleExceptions:
Description: Don't suppress exception.
StyleGuide: "#dont-hide-exceptions"
- Enabled: true
+ Enabled: false
Lint/ImplicitStringConcatenation:
Description: Checks for adjacent string literals on the same line, which could better
be represented as a single string literal.
Enabled: true