mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-09 16:32:39 +01:00
Minor tightening of .arclint
regexs
Summary: Self-explanatory. Test Plan: Eyeball it. Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D11681
This commit is contained in:
parent
cdd8dcbf17
commit
4af3a37d6c
1 changed files with 4 additions and 4 deletions
8
.arclint
8
.arclint
|
@ -71,8 +71,8 @@
|
|||
"text": {
|
||||
"type": "text",
|
||||
"exclude": [
|
||||
"(^\\.arclint)",
|
||||
"(^resources/sql/quickstart.sql)"
|
||||
"(^\\.arclint$)",
|
||||
"(^resources/sql/quickstart.sql$)"
|
||||
]
|
||||
},
|
||||
"text-without-length": {
|
||||
|
@ -81,8 +81,8 @@
|
|||
"3": "disabled"
|
||||
},
|
||||
"include": [
|
||||
"(^\\.arclint)",
|
||||
"(^resources/sql/quickstart.sql)"
|
||||
"(^\\.arclint$)",
|
||||
"(^resources/sql/quickstart.sql$)"
|
||||
]
|
||||
},
|
||||
"xhpast": {
|
||||
|
|
Loading…
Reference in a new issue