-
Notifications
You must be signed in to change notification settings - Fork 736
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
Fix Armake problems #6697
Fix Armake problems #6697
Conversation
Nice, thanks for making this PR @dedmen! |
You are using tabs. We should add .cfg to style validator. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tabs -> spaces!
Also without my changes they are. I either didn't change them. Or made them spaces. |
No, your additions are using tabs while stuff around it mostly uses spaces. |
Builds with 0 warnings/errors now on my c++ branch. Didn't check plain armake. |
Remaining warnings are all missing prefix for model. Should probably not be part of this pr though. Lets get this merged instead. |
I broke that then on my end? Thanks. I'll have to fix that. 🤦♂️ I disabled all warnings except OH MAH GAWD. All the is not quoted properly spam :D |
* Armake model.cfg fix * Spaces! * Case sensitive filenames fix
Don't specify skeletonName if you don't have a skeleton.
Add missing model.cfg entries even if they just refer to the default.
Btw model.cfg files are still mixed tabs/spaces.
I even found tabs and spaces on the same line, with the spaces being 3 space indent.
But I won't fix that in here. I just fixed that one because I noticed it there.