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

Add JSCS Fixer #412

Merged
merged 4 commits into from
Jun 26, 2015
Merged

Add JSCS Fixer #412

merged 4 commits into from
Jun 26, 2015

Conversation

Cortys
Copy link
Contributor

@Cortys Cortys commented Jun 24, 2015

Fixes #286.

Just a minimal implementation. Could still be improved:

  • Cannot be configured via the settings UI yet.
  • Only fixes files, that have a .jscsrc file in one of their parent
    folders (up to the project root folder in Atom).

- Cannot be configured via the settings UI yet.
- Only fixes files, that have a .jscsrc file in one of their parent
folders (up to the project root folder in Atom).
@Glavin001
Copy link
Owner

Looks good. Please merge the latest upstream changes that fixes the CI errors and then this PR should pass all of the tests and be ready for merging. Thanks!

Conflicts:
	package.json
jscs is only required, when actually used now.
@Cortys
Copy link
Contributor Author

Cortys commented Jun 25, 2015

Changes are merged now.

The AppVeyor failure isn't related to the pull request (apparently Atom installation failed).

@Cortys
Copy link
Contributor Author

Cortys commented Jun 26, 2015

Fixed now.

@Glavin001
Copy link
Owner

Looks good! Thank you!

Glavin001 added a commit that referenced this pull request Jun 26, 2015
Add JSCS Fixer beautifier
@Glavin001 Glavin001 merged commit e953250 into Glavin001:master Jun 26, 2015
@Glavin001 Glavin001 added this to the v0.29.0 milestone Jun 26, 2015
@Glavin001 Glavin001 self-assigned this Jun 26, 2015
@Glavin001
Copy link
Owner

Published to v0.28.7

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

Successfully merging this pull request may close these issues.

Add importer linter-jscs
2 participants