Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Turn off cpplint and cppcheck options but test them in CI #487

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

SRombauts
Copy link
Owner

Disable running cpplint and cppcheck tools by default
Add Github Actions to run them on CI

Fix #452 First time build fails on Windows with MSVC due to carriage return characters

Reserve it for power developers

Fix #452 First time build fails on Windows with MSVC due to carriage return characters
Make sure to use raw strings for all regular expressions using a backslash
@SRombauts SRombauts added the ci label Aug 20, 2024
@SRombauts SRombauts self-assigned this Aug 20, 2024
@SRombauts SRombauts force-pushed the cpplint-off-by-default-enabled-in-ci branch from dd37e1c to 8475fa8 Compare August 20, 2024 21:22
@SRombauts SRombauts force-pushed the cpplint-off-by-default-enabled-in-ci branch from 8475fa8 to 525b7be Compare August 21, 2024 20:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

First time build fails on Windows with MSVC due to carriage return characters
1 participant