Skip to content

Commit

Permalink
objective-c: remove unnecessary NOLINT comments (#59)
Browse files Browse the repository at this point in the history
These are obsoleted by this change: envoyproxy/envoy-mobile#56 (comment)

Signed-off-by: Michael Rebello <mrebello@lyft.com>
Signed-off-by: JP Simard <jp@jpsim.com>
  • Loading branch information
rebello95 authored and jpsim committed Nov 29, 2022
1 parent fa2f7f3 commit a80c3d5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions mobile/examples/objective-c/hello_world/AppDelegate.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>

// NOLINT(namespace-envoy)

@interface AppDelegate : UIResponder <UIApplicationDelegate>

@property (strong, nonatomic) UIWindow* window;
Expand Down
2 changes: 0 additions & 2 deletions mobile/examples/objective-c/hello_world/ViewController.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#import <UIKit/UIKit.h>

// NOLINT(namespace-envoy)

@interface ViewController : UITableViewController
@end

0 comments on commit a80c3d5

Please sign in to comment.