Dzahn has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/259884

Change subject: jmxtrans: ignore indentation warnings
......................................................................

jmxtrans: ignore indentation warnings

This make puppet-lint ignore the indentation issues
WARNING: indentation of => is not properly aligned

in this entire section.

Change-Id: I7bc2208500e7939accd673bac3a73536c97633e8
---
M manifests/metrics/jvm.pp
1 file changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet/jmxtrans 
refs/changes/84/259884/1

diff --git a/manifests/metrics/jvm.pp b/manifests/metrics/jvm.pp
index 75a208d..0449bdc 100644
--- a/manifests/metrics/jvm.pp
+++ b/manifests/metrics/jvm.pp
@@ -22,6 +22,7 @@
 )
 {
     jmxtrans::metrics { "${title}-jvm-metrics":
+        # lint:ignore:arrow_alignment
         jmx                  => $jmx,
         outfile              => $outfile,
         ganglia              => $ganglia,
@@ -90,6 +91,7 @@
                     'Count'      => {'units' => 'buffers', 'slope' => 'both'},
                 }
             }
+        # lint:endignore
         ]
     }
 }

-- 
To view, visit https://gerrit.wikimedia.org/r/259884
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7bc2208500e7939accd673bac3a73536c97633e8
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet/jmxtrans
Gerrit-Branch: master
Gerrit-Owner: Dzahn <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to