Skip to content

Commit

Permalink
resolve #82
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Aug 11, 2022
1 parent b9aa4cc commit 0a8a7a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cpp_linter/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -829,6 +829,10 @@ def main():
# The parsed CLI args
args = cli_arg_parser.parse_args()

# force files-changed-only to reflect value of lines-changed-only
if args.lines_changed_only:
args.files_changed_only = True

# set logging verbosity
logger.setLevel(int(args.verbosity))

Expand Down

0 comments on commit 0a8a7a4

Please sign in to comment.