The action='store_true' option of argparse.add_argument implicitly
generates a default value of False if the argument is not specified.
Thus, the allow_enabling_alpha_checkers argument of
get_tidy_invocation is never None.
Details
Details
- Reviewers
alexfh hokein aaron.ballman njames93
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM! Do you need someone to commit on your behalf? If so, please be sure you're fine with the license agreement and let us know what name and email address you would like associated with the commit. Thanks!
Comment Actions
Yes please. I am fine with the license agreement, and please use Joachim Priesner <llvm-project-704996@jspam.de> as the commit author. Thanks!
Comment Actions
I've commit on your behalf as 03ded5497a2f458b6af054fa7bac0da0240e7b7a, thank you for the patch!