Skip to content

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

Closed
SRombauts wants to merge 8 commits into
masterfrom
cpplint-off-by-default-enabled-in-ci
Closed

Turn off cpplint and cppcheck options but test them in CI#487
SRombauts wants to merge 8 commits into
masterfrom
cpplint-off-by-default-enabled-in-ci

Conversation

@SRombauts

Copy link
Copy Markdown
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
@SRombauts

Copy link
Copy Markdown
Owner Author

Note that I never went with this, as it introduces more complexity to the CMakeLists.txt

@SRombauts SRombauts closed this May 19, 2025
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