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

Generate JSHint files only if JSHint is used #5895

Merged
merged 3 commits into from
May 22, 2016
Merged

Conversation

Turbo87
Copy link
Member

@Turbo87 Turbo87 commented May 11, 2016

one more step towards deprecating JSHint...

@Turbo87 Turbo87 added this to the v2.7.0 milestone May 11, 2016

beforeInstall: function() {
// make sure to create `lib` directory even if .jshintrc is not created
fs.mkdirsSync('lib');
Copy link
Contributor

Choose a reason for hiding this comment

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

should this add a .gitkeep so it gets commited and shared with other project collaborators?

Copy link
Member Author

Choose a reason for hiding this comment

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

It should, but it can't because gitkeeps have special handling currently and won't be generated (which is a bug in itself IMHO)

@Turbo87
Copy link
Member Author

Turbo87 commented May 21, 2016

@homu r+

@homu
Copy link
Contributor

homu commented May 21, 2016

📌 Commit 0850709 has been approved by Turbo87

homu added a commit that referenced this pull request May 21, 2016
Generate JSHint files only if JSHint is used

one more step towards deprecating JSHint...
@homu
Copy link
Contributor

homu commented May 21, 2016

⌛ Testing commit 0850709 with merge 0f556ff...

@homu
Copy link
Contributor

homu commented May 21, 2016

💔 Test failed - status

@Turbo87
Copy link
Member Author

Turbo87 commented May 22, 2016

@homu retry

homu added a commit that referenced this pull request May 22, 2016
Generate JSHint files only if JSHint is used

one more step towards deprecating JSHint...
@homu
Copy link
Contributor

homu commented May 22, 2016

⌛ Testing commit 0850709 with merge 74fee76...

@homu
Copy link
Contributor

homu commented May 22, 2016

☀️ Test successful - status

@homu homu merged commit 0850709 into ember-cli:master May 22, 2016
@Turbo87 Turbo87 deleted the jshint branch May 22, 2016 06:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants