https://github.com/wikimedia/operations-puppet
Raw File
Tip revision: c6a698ee02462dd84a4ff7ae06ea5865c62a7fb8 authored by Timo Tijhof on 18 February 2016, 23:17:01 UTC
navtiming: Remove 'site' from by_browser, add 'all' browser version
Tip revision: c6a698e
.puppet-lint.rc
# We still use the 2.6 way of referencing variables
# 2.8 will requires $::globalname. Skip for now.
--no-variable_scope-check

# We really like nesting classes:
--no-nested_classes_or_defines-check

# Lot of long lines (ssh keys for example).
--no-80chars-check

# Misc rules, some of them might use to be enabled later.
--no-autoloader_layout-check
--no-inherits_across_namespaces-check
--no-arrow_alignment-check
--no-puppet_url_without_modules-check

# We dont have much documentation yet:
--no-documentation-check

# Test is only relevant for Puppet <= 2.6.2.
--no-class_inherits_from_params_class-check
back to top