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

Change linebreak-style rule to support both Windows and Unix #808

Merged
merged 3 commits into from
Dec 26, 2019

Conversation

kaankabalak
Copy link
Contributor

The 'linebreak-style' rule was enforcing the usage of Unix linebreaks
causing the CI runs on Windows setups to return errors. This is based on
the fact that linebreaks in Windows are CRLF (carriage return + line
feed) as opposed to LF (line feed) in Unix.

The format of the .eslintrc file has been switched from .yaml to .js to
support the usage of the required conditional statement to detect the
operating system.

The 'linebreak-style' rule was enforcing the usage of Unix linebreaks
causing the CI runs on Windows setups to return errors. This is based on
the fact that linebreaks in Windows are CRLF (carriage return + line
feed) as opposed to LF (line feed) in Unix.

The format of the .eslintrc file has been switched from .yaml to .js to
support the usage of the required conditional statement to detect the
operating system.
@nitisht
Copy link
Contributor

nitisht commented Dec 18, 2019

@kaankabalak could you check the travis failure pls

@Praveenrajmani
Copy link
Collaborator

@kaankabalak could you check the travis failure pls

I see CONN_RESET errors

@kannappanr kannappanr merged commit b3d0df5 into minio:master Dec 26, 2019
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.

5 participants