JacobDomagala / StaticAnalysis

GitHub action performs static analysis on C++/Python code, flags issues, and posts comments directly on PRs.
MIT License
31 stars 10 forks source link

Simplify INPUT_VERBOSE check #29

Closed skrobinson closed 2 years ago

skrobinson commented 2 years ago

The result of .lower() will never be "True".

Signed-off-by: Sean Robinson sean.robinson@scottsdalecc.edu