# Exclude some directories and files from lint checking EXCLUDED_FILES = [ # Third-party code that doesn't match our style "web/third", ] PUPPET_CHECK_RULES_TO_EXCLUDE = [ "--no-documentation-check", "--no-80chars-check", ]