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