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

Custom linter: Run standard clang-format before #79

Open
MonsterDruide1 opened this issue Jun 8, 2024 · 0 comments · May be fixed by #260
Open

Custom linter: Run standard clang-format before #79

MonsterDruide1 opened this issue Jun 8, 2024 · 0 comments · May be fixed by #260

Comments

@MonsterDruide1
Copy link
Owner

Most linter passes in the custom linter are really badly written pattern matchers to prohibit "wrong" usage, which often assume that the format is already adequately formatted - otherwise they might not detect "wrong" styling or give wrong messages.

Because of this, it might be a good idea to run a pass of standard clang-format and require that to succeed first, before moving on to the custom linting passes.

@LynxDev2 LynxDev2 linked a pull request Jan 12, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant