mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-25 16:22:43 +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": {
|
"text": {
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"exclude": [
|
"exclude": [
|
||||||
"(^\\.arclint)",
|
"(^\\.arclint$)",
|
||||||
"(^resources/sql/quickstart.sql)"
|
"(^resources/sql/quickstart.sql$)"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"text-without-length": {
|
"text-without-length": {
|
||||||
|
@ -81,8 +81,8 @@
|
||||||
"3": "disabled"
|
"3": "disabled"
|
||||||
},
|
},
|
||||||
"include": [
|
"include": [
|
||||||
"(^\\.arclint)",
|
"(^\\.arclint$)",
|
||||||
"(^resources/sql/quickstart.sql)"
|
"(^resources/sql/quickstart.sql$)"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"xhpast": {
|
"xhpast": {
|
||||||
|
|
Loading…
Reference in a new issue