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

Add clang-format to Dev Container #159

Open
calebchalmers opened this issue Nov 16, 2024 · 0 comments
Open

Add clang-format to Dev Container #159

calebchalmers opened this issue Nov 16, 2024 · 0 comments
Assignees
Labels
housekeeping Cleanup and improvements to the repository

Comments

@calebchalmers
Copy link
Contributor

We are running into issues with our CI using a different version of clang-format than people's local machines which is causing the super-linter jobs to fail.

Generally, the local clang-format binaries come from either the users machine, or the VS Code cpptools extension, which includes a binary in the package.

To avoid versioning issues, we can install a specific clang-format version inside the Dev Container and then force that in .vscode/settings.json. Note, we will also need to downgrade super-linter to a compatible version.

@calebchalmers calebchalmers added the housekeeping Cleanup and improvements to the repository label Nov 16, 2024
@calebchalmers calebchalmers self-assigned this Nov 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
housekeeping Cleanup and improvements to the repository
Projects
None yet
Development

No branches or pull requests

1 participant