[PR #500] GitHub Action run cpplint only on files that differ from master #923

Closed
opened 2026-01-29 15:16:16 +00:00 by claunia · 0 comments
Owner

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.

**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.
claunia added the pull-request label 2026-01-29 15:16:16 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#923