Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
---
RegexLinter:
description: >-
Make sure the string foobar never appears in a js variable
file because it is bad.
rule: no-foobar
include: ['.']
extensions: ['js', '.jsm']
type: regex
payload: foobar