Fixes T10124.
Details
Details
Added this "linter" to .arclint:
"thing": {
"type": "script-and-regex",
"script-and-regex.script": "echo every file is very bad #",
"script-and-regex.regex": "/^(?P<message>.*)/"
}...to produce this diff. Also made a variant of it which matches lines to make sure that still works.
Diff Detail
Diff Detail
- Repository
- rARC Arcanist
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
| src/lint/linter/ArcanistScriptAndRegexLinter.php | ||
|---|---|---|
| 1 | I feel like there should be something spinning here. | |