Skip to content

Conversation

0xFA11
Copy link
Contributor

@0xFA11 0xFA11 commented Aug 25, 2021

No description provided.

@0xFA11 0xFA11 requested a review from mattwalsh-unity August 25, 2021 01:31
parser.add_argument("--fix", action="store_true")
parser.add_argument("--yamato", action="store_true")

parser.add_argument("--verbosity", default="minimal")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is the real addition in the PR, other file changes are simply results from running ./standards.py --fix locally.

for project_file in glob_files:
print(f"check: project -> {project_file}")
any_error = 0 != os.system(f"{args.tool_path} {project_file} --fix-whitespace --fix-style error --check") or any_error
any_error = 0 != os.system(f"{args.tool_path} {project_file} --fix-whitespace --fix-style error --check --verbosity {args.verbosity}") or any_error
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and this is how it's being used/passed.

@0xFA11 0xFA11 enabled auto-merge (squash) August 25, 2021 01:32
@0xFA11 0xFA11 merged commit fbfcc94 into develop Aug 25, 2021
@0xFA11 0xFA11 deleted the chore/std.py-verbosity branch August 25, 2021 14:20
mollstam pushed a commit to Keepsake-Games/com.unity.netcode.gameobjects that referenced this pull request Feb 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants