mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-12 18:02:40 +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": [
|
"exclude": [
|
||||||
"(^externals/)",
|
"(^externals/)",
|
||||||
"(\\.lint-test$)"
|
"(/__tests__/data/)"
|
||||||
],
|
],
|
||||||
"linters": {
|
"linters": {
|
||||||
"chmod": {
|
"chmod": {
|
||||||
|
|
|
@ -8,3 +8,4 @@ index a1f7255..b5fb7b8 100644
|
||||||
fig
|
fig
|
||||||
-grape
|
-grape
|
||||||
honeydew
|
honeydew
|
||||||
|
|
||||||
|
|
|
@ -9,3 +9,4 @@ index a1f7255..fa84742 100644
|
||||||
+guava
|
+guava
|
||||||
+gooseberry
|
+gooseberry
|
||||||
honeydew
|
honeydew
|
||||||
|
|
||||||
|
|
|
@ -15,3 +15,4 @@ index bf66874..071dd49 100644
|
||||||
banana
|
banana
|
||||||
grape
|
grape
|
||||||
-honeydew
|
-honeydew
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue