mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-09 16:32:39 +01:00
Restore test-sensitive whitespace to some test cases
Summary: This trailing whitespace is meaningful for these files. Also, exclude test data from linting. Test Plan: Ran unit tests. Reviewers: hach-que, joshuaspence Reviewed By: joshuaspence Subscribers: epriestley Differential Revision: https://secure.phabricator.com/D9462
This commit is contained in:
parent
9faf413eb6
commit
8dafabbb1d
4 changed files with 4 additions and 1 deletions
2
.arclint
2
.arclint
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"exclude": [
|
||||
"(^externals/)",
|
||||
"(\\.lint-test$)"
|
||||
"(/__tests__/data/)"
|
||||
],
|
||||
"linters": {
|
||||
"chmod": {
|
||||
|
|
|
@ -8,3 +8,4 @@ index a1f7255..b5fb7b8 100644
|
|||
fig
|
||||
-grape
|
||||
honeydew
|
||||
|
||||
|
|
|
@ -9,3 +9,4 @@ index a1f7255..fa84742 100644
|
|||
+guava
|
||||
+gooseberry
|
||||
honeydew
|
||||
|
||||
|
|
|
@ -15,3 +15,4 @@ index bf66874..071dd49 100644
|
|||
banana
|
||||
grape
|
||||
-honeydew
|
||||
|
||||
|
|
Loading…
Reference in a new issue