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
- Branch
- srex1
- Lint
Lint Errors Severity Location Code Message Error .arclint: S&RX Lint Error src/lint/linter/ArcanistScriptAndRegexLinter.php: S&RX Lint - Unit
Tests Passed - Build Status
Buildable 10070 Build 12192: Run Core Tests Build 12191: arc lint + arc unit
Event Timeline
| src/lint/linter/ArcanistScriptAndRegexLinter.php | ||
|---|---|---|
| 1 | I feel like there should be something spinning here. | |