From a80c3d5dd09255a18d8f08b12c6dda6701d66234 Mon Sep 17 00:00:00 2001 From: Michael Rebello Date: Mon, 10 Jun 2019 09:58:28 -0700 Subject: [PATCH] objective-c: remove unnecessary NOLINT comments (#59) These are obsoleted by this change: https://github.com/lyft/envoy-mobile/pull/56#discussion_r291773970 Signed-off-by: Michael Rebello Signed-off-by: JP Simard --- mobile/examples/objective-c/hello_world/AppDelegate.h | 2 -- mobile/examples/objective-c/hello_world/ViewController.h | 2 -- 2 files changed, 4 deletions(-) diff --git a/mobile/examples/objective-c/hello_world/AppDelegate.h b/mobile/examples/objective-c/hello_world/AppDelegate.h index 0eb7c9e802a9..d2a509a751c5 100644 --- a/mobile/examples/objective-c/hello_world/AppDelegate.h +++ b/mobile/examples/objective-c/hello_world/AppDelegate.h @@ -1,8 +1,6 @@ #import #import -// NOLINT(namespace-envoy) - @interface AppDelegate : UIResponder @property (strong, nonatomic) UIWindow* window; diff --git a/mobile/examples/objective-c/hello_world/ViewController.h b/mobile/examples/objective-c/hello_world/ViewController.h index be0821377249..1ec50dffe1c5 100644 --- a/mobile/examples/objective-c/hello_world/ViewController.h +++ b/mobile/examples/objective-c/hello_world/ViewController.h @@ -1,6 +1,4 @@ #import -// NOLINT(namespace-envoy) - @interface ViewController : UITableViewController @end