Closed zaverichintan closed 8 years ago
@zaverichintan I can look into this, what were you doing when this occurred?
This occurred when I was running the app by cmd command - " meteor ". Do we have rules on our code editor like no trailing spaces?
Ok, so it didn't crash or throw an error when you were using it then?
That's a good question, @pmuens would probably know.
No, it works perfectly. But it's a discipline that can be implemented.
We have a linter which checks your code constantly.
I prefer training spaces at the end of the file. What about you guys?
EOF is ok. But why does meteor throw warning/errors?
I can easily fix the spacing warnings later today
That's great. To reproduce, try to make one dir, clone it and run meteor by - 'meteor'. There is a whole list of errors that I couldn't attach. You can do use atom editor with remove trailing space option. Or u might even use github command to remove white space
I was just going to add the white spaces, I wasn't going to change the linter settings. I'll let @pmuens adjust the linting settings to what he wants.
Great :+1: Thanks
I got rid of a lot of the warnings from the linter, but there still are a lot left. @pmuens any idea how to get rid of these:
They are on most pages so maybe if the linter can be configured to ignore those that would get rid of more of the warnings also.
After changing linter, we can make a contributor'guide later on, so tha new contributors can easily contributing.
That's a good idea! Thank you guys for the contributions so far!
https://github.com/GravityProject/gravity/pull/106 Done, added details for space usage
Awesome! Thank you!
Trailing space creates some problem -