-
Notifications
You must be signed in to change notification settings - Fork 364
Conversation
Note: Add a command for |
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.
@NathanPJF @t-kelly mind reviewing the changes?
Related topic Shopify/slate-tools#5. Might be better to integrate this into |
@chrisberthe I'm down with the idea of integrating theme linting into one of the package. It will be linting the Maybe slate-tools and it can be an optional pre-deploy / post-build task? Let's try it out as slate-tools, and if it works out we'll modify this PR accordingly. |
circle.yml
Outdated
override: | ||
- bundle exec rspec spec | ||
- npm run lint |
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.
slate test
package.json
Outdated
"devDependencies": { | ||
"@shopify/slate-tools": "0.2.7", | ||
"@shopify/theme-lint": "^1.0.2", |
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.
Can remove this and the lint
script above.
@chrisberthe want to approve your own changes? 😜 They look good to me ✅ |
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.
Looks good 😅.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
No immediate need to merge, but getting this started.
Why: Move theme i18n linting to the package.json so folks don't need circle Ci testing / ruby tests.
Other notes:
To do: