summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorytti <saku@ytti.fi>2018-06-13 16:42:53 +0300
committerGitHub <noreply@github.com>2018-06-13 16:42:53 +0300
commit896235cf3993b9fb446541dd673c00191e713a2f (patch)
treebfacfbf6591caffa39452715942325d572aae3f9 /.rubocop.yml
parenta280e5d6d44cb585575efa61030bede67203cd64 (diff)
Feature string navigation for HTTP source API JSON
Allow HTTP API to place host array in arbitrary place defined as: hosts_location: a.b[0].c Also support arrays in mapping keys: key: location[0].is.here[2]
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 20567f4..c9feb24 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -30,6 +30,9 @@ Style/FormatStringToken:
Style/RescueModifier:
Enabled: false
+Style/MultilineBlockChain:
+ Enabled: false
+
# Do not attempt to police vendored code, and exclude special cases
AllCops:
Exclude: