Skip to content

Commit

Permalink
cpplint --filter=-legal/copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Dec 3, 2019
1 parent 9fb4272 commit f3da4bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpplint_modified_files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
sys.exit(0)
print("cpplint:")
print(subprocess.check_output(["cpplint", "filter=-legal/copyright"] + cpp_files).decode("utf-8"))
print(subprocess.check_output(["cpplint", "--filter=-legal/copyright"] + cpp_files).decode("utf-8"))
upper_files = [file for file in cpp_files if file != file.lower()]
if upper_files:
Expand Down

0 comments on commit f3da4bd

Please sign in to comment.