Skip to content

Commit a9c6ee9

Browse files
committed
Remove ignore files that are lint free
1 parent fdc6667 commit a9c6ee9

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

script/cpplint.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,13 @@
77
from lib.util import execute
88

99
IGNORE_FILES = [
10-
os.path.join('atom', 'app', 'atom_main.cc'),
1110
os.path.join('atom', 'browser', 'mac', 'atom_application.h'),
1211
os.path.join('atom', 'browser', 'mac', 'atom_application_delegate.h'),
13-
os.path.join('atom', 'browser', 'native_window_mac.h'),
1412
os.path.join('atom', 'browser', 'resources', 'win', 'resource.h'),
15-
os.path.join('atom', 'browser', 'ui', 'cocoa', 'event_processing_window.h'),
1613
os.path.join('atom', 'browser', 'ui', 'cocoa', 'atom_menu_controller.h'),
17-
os.path.join('atom', 'browser', 'ui', 'gtk', 'gtk_custom_menu.cc'),
18-
os.path.join('atom', 'browser', 'ui', 'gtk', 'gtk_custom_menu_item.cc'),
1914
os.path.join('atom', 'common', 'api', 'api_messages.h'),
20-
os.path.join('atom', 'common', 'api', 'atom_extensions.h'),
21-
os.path.join('atom', 'common', 'atom_version.h'),
2215
os.path.join('atom', 'common', 'common_message_generator.cc'),
2316
os.path.join('atom', 'common', 'common_message_generator.h'),
24-
os.path.join('atom', 'common', 'swap_or_assign.h'),
2517
]
2618

2719
SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))

0 commit comments

Comments
 (0)