# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- # vim: set filetype=python: LINTER = { 'name': "ExplicitPathLinter", 'description': "Only lint a specific file name", 'rule': 'no-foobar', 'include': [ 'no_foobar.js', ], 'type': 'string', 'payload': 'foobar', }