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