-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
remove all useless header comments #3363
Conversation
…f -exec perl -i -0pe 's/\/\*\s*magicmirror.*?\*\/\s*//si' {} \;`
What do you suggest how we proceed? Comment on the parts where we shouldn't delete everything? |
I would delete everything except: config/config.js.sample
css/custom.css.sample
modules/default/weather/providers/envcanada.js
modules/default/weather/providers/ukmetofficedatahub.js
modules/default/weather/providers/weathergov.js
tests/configs/modules/calendar/exdate.js In above exceptions we should remove:
|
Sounds good 👍 I haven't noticed anything else that I would keep. |
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.
herculean task :-)
test fails are unrelated, we have Wednesday so the one test will fail today ... |
see #3358
used command:
find ./ -type f -exec perl -i -0pe 's/\/\*\s*magicmirror.*?\*\/\s*//si' {} \;
This is a first draft, I think we should preserve some of the comments.