mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-14 07:55:57 +01:00
Don't lint src/generated
This commit is contained in:
@@ -53,7 +53,7 @@ def format_file(filename: str) -> bool:
|
|||||||
|
|
||||||
|
|
||||||
def main():
|
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
|
replaced = 0
|
||||||
not_found = 0
|
not_found = 0
|
||||||
if not filelist:
|
if not filelist:
|
||||||
|
|||||||
Reference in New Issue
Block a user