Commit a746d11b authored by AnimeGitB's avatar AnimeGitB
Browse files

Don't lint src/generated

parent 3fca9500
......@@ -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:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment