Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Fixed #175 #176

Merged
merged 1 commit into from
Feb 8, 2016
Merged

Fixed #175 #176

merged 1 commit into from
Feb 8, 2016

Conversation

workmanw
Copy link
Contributor

@workmanw workmanw commented Feb 7, 2016

The configPath property set on the config object by JSCS is done so in a non-enumerable way. So when we use Object.assign to merge this package's settings with JSCS config file settings, it is lost in the shuffle.

This problem is kind of stinky. This solution is a little bit of a hack, but IMHO is acceptable because it's limited to configPath. If this problem arises again with another non-enumerable property, that would be a good time to revisit this.

@workmanw
Copy link
Contributor Author

workmanw commented Feb 7, 2016

It's not clear to me why this PR is failing. If someone can give me advice, I'd be happy to resolve it.

Figured out how to run the build locally and fixed it up.

casesandberg added a commit that referenced this pull request Feb 8, 2016
@casesandberg casesandberg merged commit 3afde1e into AtomLinter:master Feb 8, 2016
@workmanw
Copy link
Contributor Author

workmanw commented Feb 8, 2016

Thanks @casesandberg!

@Arcanemagus
Copy link
Member

Looks like this hasn't been released yet, I'll push one out 😉.

@Arcanemagus
Copy link
Member

Published in v3.4.5.

@casesandberg
Copy link
Contributor

Sorry @Arcanemagus meant to ping you. The permissions are fucked on this computer I am borrowing and wouldn't let me publish. Glad you were able to get it out!

@Arcanemagus
Copy link
Member

I was planning on getting this pushed out last night, but something came up, so I'm just glad your merging notified me 😉.

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

Successfully merging this pull request may close these issues.

3 participants