mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-08 07:52:39 +01:00
Use the ArcanistChmodLinter
.
Summary: Apply the `ArcanistChmodLinter` from D9187. Test Plan: Removed all other linters from the `.arclint` file and executed `arc lint --everything`. Confirmed that there were no issues raised. Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D9190
This commit is contained in:
parent
904fbe737c
commit
0468be3e7f
1 changed files with 3 additions and 0 deletions
3
.arclint
3
.arclint
|
@ -4,6 +4,9 @@
|
|||
"(\\.lint-test$)"
|
||||
],
|
||||
"linters": {
|
||||
"chmod": {
|
||||
"type": "chmod"
|
||||
},
|
||||
"filename": {
|
||||
"type": "filename"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue