Yongmin Hong
cdf70a8ee2
Summary: Cheap docker hub alt :P Dockerfile from [googlechrome/lighthouse-ci](https://github.com/GoogleChrome/lighthouse-ci/tree/main/docs/recipes/docker-server) Signed-off-by: Yongmin Hong <revi@omglol.email> Test Plan: Check GitHub Actions runs? Reviewers: O1 revi & automations, revi Reviewed By: O1 revi & automations, revi Differential Revision: https://issuetracker.revi.xyz/D132
41 lines
695 B
Text
41 lines
695 B
Text
{
|
|
"exclude": [
|
|
"(^package-lock.json$)"
|
|
],
|
|
"linters": {
|
|
"chmod": {
|
|
"type": "chmod"
|
|
},
|
|
"json": {
|
|
"type": "json",
|
|
"include": [
|
|
"(\\.arcconfig$)",
|
|
"(\\.arclint$)",
|
|
"(\\.json$)"
|
|
]
|
|
},
|
|
"merge-conflict": {
|
|
"type": "merge-conflict"
|
|
},
|
|
"nolint": {
|
|
"type": "nolint"
|
|
},
|
|
"PHP Error Check": {
|
|
"type": "php",
|
|
"include": "(\\.php$)"
|
|
},
|
|
"spelling": {
|
|
"type": "spelling"
|
|
},
|
|
"text": {
|
|
"type": "text",
|
|
"text.max-line-length": 80,
|
|
"severity": {
|
|
"1": "advice",
|
|
"2": "advice",
|
|
"3": "advice",
|
|
"5": "disabled"
|
|
}
|
|
}
|
|
}
|
|
}
|