blob: 20bfc0503bed1a5cdb7fa7b821d369b4a0f36930 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
---
WarningNoCodeReviewLinter:
description: >-
Make sure the string foobar never appears in browser js
files because it is bad, but not too bad (just a warning)
rule: no-foobar-no-code-review
level: warning
include: ['.']
type: string
extensions: ['.js', 'jsm']
payload: foobar
code_review_warnings: false
|