-
Notifications
You must be signed in to change notification settings - Fork 33
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
Refactor(DRY): ./data/${name}
#200
Comments
Shouldn't #53 prevent this? |
Only if contributors always use that template and promise to never hand edit the generated |
Easy to break the convention, see: #200 double-quotting in shell script prevents globbing: https://www.shellcheck.net/wiki/SC2086
Should we add |
Edit: To be specific, here: Line 25 in 14a3740
|
Good idea. Make sure to use |
Easy to break the convention, see: #200 double-quotting in shell script prevents globbing: https://www.shellcheck.net/wiki/SC2086
Easy to break the convention, see: #200 double-quotting in shell script prevents globbing: https://www.shellcheck.net/wiki/SC2086
This should be fairly simple to implement after #258 (which does it for |
Easy to break this convention in new PRs
e.g.: #195 (comment)
The text was updated successfully, but these errors were encountered: