Serenity Operating System
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

HeaderCheck: Also check AK for broken headers

authored by

Ben Wiederhake and committed by
Tim Flynn
30cca01e 9c75d9e2

+3 -1
+3 -1
Meta/HeaderCheck/generate_all.py
··· 12 12 13 13 14 14 def get_headers_here(): 15 - result = subprocess.run(['git', 'ls-files', 'Userland/Libraries/*.h'], check=True, capture_output=True, text=True) 15 + result = subprocess.run( 16 + ['git', 'ls-files', 'AK/*.h', 'Userland/Libraries/*.h'], 17 + check=True, capture_output=True, text=True) 16 18 assert result.stderr == '' 17 19 output = result.stdout.split('\n') 18 20 assert output[-1] == '' # Trailing newline