Skip to content
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

prevent concatenation of rake lint params to npm lint params #299

Merged
merged 1 commit into from
Feb 27, 2016

Conversation

mpugach
Copy link
Contributor

@mpugach mpugach commented Feb 26, 2016

Review on Reviewable

@@ -64,7 +64,7 @@ server.app.use('/', (req, res) => {
server.listen(PORT, 'localhost', err => {
if (err) console.error(err);
console.log(
'=> 🔥 Webpack development server is running on port ' + PORT
`=> 🔥 Webpack development server is running on port ${PORT}`
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

now this is spotted by linters

@justin808
Copy link
Member

:lgtm: Once we pass CI, I'll merge. BIG Thanks @mpugach!


Reviewed 2 of 2 files at r1.
Review status: all files reviewed at latest revision, 3 unresolved discussions, some commit checks failed.


lib/generators/react_on_rails/templates/base/base/client/server.js, line 67 [r1] (raw file):
👍


Comments from the review on Reviewable.io

justin808 added a commit that referenced this pull request Feb 27, 2016
prevent concatenation of rake lint params to npm lint params
@justin808 justin808 merged commit 5cb8dbb into shakacode:master Feb 27, 2016
@justin808
Copy link
Member

Merged. Thanks @mpugach!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants