mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-22 07:37:43 +00:00
Don't lint src/generated
This commit is contained in:
parent
3fca950050
commit
a746d11b6f
@ -53,7 +53,7 @@ def format_file(filename: str) -> bool:
|
||||
|
||||
|
||||
def main():
|
||||
filelist = [f for f in get_changed_filelist() if f.endswith('.java')]
|
||||
filelist = [f for f in get_changed_filelist() if f.endswith('.java') and not f.startswith('src/generated')]
|
||||
replaced = 0
|
||||
not_found = 0
|
||||
if not filelist:
|
||||
|
Loading…
Reference in New Issue
Block a user