Reviewers: #reviewers Subscribers: jenkins-user Differential Revision: https://hub.sealcode.org/D1598
12 lines
322 B
Plaintext
12 lines
322 B
Plaintext
{
|
|
"linters": {
|
|
"stylelint": {
|
|
"type": "script-and-regex",
|
|
"script-and-regex.script": "node stylelint-arcanist-formatter.mjs",
|
|
"script-and-regex.regex": "/^(?P<severity>[^|]*)\\|(?P<name>[^|]*)\\|(?P<line>[^|]*)\\|(?P<char>[^|]*)\\|(?P<message>[^|]*)$/m",
|
|
"include": ["(\\.css$)"],
|
|
"exclude": []
|
|
}
|
|
}
|
|
}
|