1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-19 00:38:51 +02: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:
Joshua Spence 2015-02-10 06:54:35 +11:00
parent cdd8dcbf17
commit 4af3a37d6c

View file

@ -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": {