Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dangerfile for 2018 #trivial #746

Merged
merged 3 commits into from
Jan 15, 2018
Merged

Update dangerfile for 2018 #trivial #746

merged 3 commits into from
Jan 15, 2018

Conversation

Adlai-Holler
Copy link
Member

Fixes #745

I added a TODO inside of a "post-Texture-modified" file to test the new dangerfile.

@ghost
Copy link

ghost commented Jan 15, 2018

1 Warning
⚠️ PR modifies CI file

Generated by 🚫 Danger

@@ -230,6 +230,8 @@ - (void)dealloc
{
CGColorRelease(_shadowColor);

// TODO: This may not be necessary post-iOS-9 when most UIKit assign APIs
// were changed to weak.
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file was already modified post-Texture, so this change would have triggered a danger warning without the hack added in this diff.

@@ -23,7 +23,7 @@ @implementation AppDelegate

- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
self.window = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]];
self.window = [[UIWindow alloc] initWithFrame:UIScreen.mainScreen.bounds];
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file had not been modified post-Texture, so this file was checked against the new license text (hack did not apply.)

Copy link
Member

@garrettmoon garrettmoon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good call

@Adlai-Holler Adlai-Holler merged commit 193be32 into master Jan 15, 2018
@Adlai-Holler Adlai-Holler mentioned this pull request Jan 16, 2018
@Adlai-Holler Adlai-Holler deleted the AHDangerfile branch February 12, 2018 21:21
bernieperez pushed a commit to AtomTickets/Texture that referenced this pull request Apr 25, 2018
* Update the dangerfile

* Make a trivial change to test new dangerfile

* Try out the new value with another trivial change
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants