1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-19 16:58:48 +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": { "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": {