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 pre-commit configuration file #336

Merged
merged 1 commit into from
Jan 22, 2025

Conversation

Spartan322
Copy link
Member

@Spartan322 Spartan322 commented Dec 23, 2024

Add typos checks and corrections
Add static check github action
Add clang-tidy corrections
Use optional initialization for PROPERTY macros

Implements everything but clang-format from #305

When this is merged, the victoria 2 discrepency needs to immediately be renamed to victoria 2 discrepancy

@Spartan322 Spartan322 added enhancement New feature or request meta labels Dec 23, 2024
@Spartan322 Spartan322 force-pushed the add/pre-commit branch 3 times, most recently from d742bb3 to c70cf0a Compare December 26, 2024 06:43
wvpm
wvpm previously approved these changes Jan 22, 2025
@Spartan322 Spartan322 force-pushed the add/pre-commit branch 2 times, most recently from b5b7caa to 5c5176a Compare January 22, 2025 14:48
wvpm
wvpm previously approved these changes Jan 22, 2025
wvpm
wvpm previously approved these changes Jan 22, 2025
@Spartan322 Spartan322 force-pushed the add/pre-commit branch 2 times, most recently from 7b000d1 to 85edeb7 Compare January 22, 2025 17:13
Copy link
Contributor

@Hop311 Hop311 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A few primitives in GUIListBox have had their constructor initialisation removed with no replacement in the header.
Also if we need to move initialisation into the header/declaration, it would be better to do so completely rather than leaving a mix between the two which makes it difficult to tell what is and isn't initialised.

Hop311
Hop311 previously approved these changes Jan 22, 2025
Add typos checks and corrections
Add static check github action
Add clang-tidy corrections
Use optional initialization for PROPERTY macros
@Spartan322 Spartan322 merged commit 49f2cca into OpenVicProject:master Jan 22, 2025
10 checks passed
@Spartan322 Spartan322 deleted the add/pre-commit branch January 22, 2025 19:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request meta
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants