Skip to content

Commit

Permalink
Require newline across all targets
Browse files Browse the repository at this point in the history
Summary:
Internal CI will error on this, adding to project.
Closes #817

Differential Revision: D5283517

Pulled By: rnystrom

fbshipit-source-id: fed4f58b551a90f51a250f18b3c30b851f4f1953
  • Loading branch information
Ryan Nystrom authored and facebook-github-bot committed Jun 20, 2017
1 parent 68b7313 commit 451229b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions IGListKit.xcodeproj/project.pbxproj
Expand Up @@ -1748,6 +1748,7 @@
"$(inherited)",
);
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
Expand Down Expand Up @@ -1796,6 +1797,7 @@
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_NO_COMMON_BLOCKS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
Expand Down

0 comments on commit 451229b

Please sign in to comment.