trisquel-icecat/icecat/python/mozlint/test/linters/warning.yml
2025-10-06 02:35:48 -06:00

11 lines
288 B
YAML

---
WarningLinter:
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
level: warning
include: ['.']
type: string
extensions: ['.js']
payload: foobar