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

[Feature request] model.cfg checks #705

Open
ilbinek opened this issue Jun 11, 2024 · 0 comments
Open

[Feature request] model.cfg checks #705

ilbinek opened this issue Jun 11, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@ilbinek
Copy link

ilbinek commented Jun 11, 2024

Add basic checks for model.cfg

These should include:

  • checks for missing semicolons
  • brackets checks
  • basic inheritance checks
class MainTurretT: MainTurret {  // check `MainTurret` is defined
    source = "mainTurretT_source"; // Check semicolon present
}; // Check closing bracket and semicolon present
@ilbinek ilbinek added the bug Something isn't working label Jun 11, 2024
@BrettMayson BrettMayson removed the bug Something isn't working label Jun 11, 2024
@BrettMayson BrettMayson added the enhancement New feature or request label Jun 11, 2024
@BrettMayson BrettMayson added the good first issue Good for newcomers label Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants