mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-04-26 07:19:38 +00:00
[PR #500] GitHub Action run cpplint only on files that differ from master #923
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/TheAlgorithms/C/pull/500
State: closed
Merged: No
GitHub Action that runs cpplint only on those files in a pull request that have been modified vs. origin/master
This allows for gradual compliance with cpplint as only files added or modified are checked.
Other optional filepath verifications are commented out at the end of this file.