Last active
April 3, 2020 20:40
-
-
Save robinmanuelthiel/8f14de009912aadc88d85e066af5aa7a to your computer and use it in GitHub Desktop.
EditorConfig Check with Azure DevOps
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pool: | |
vmImage: 'Ubuntu 16.04' | |
steps: | |
- bash: | | |
npm install -g eclint | |
eclint check eclint check $(git ls-files) | |
failOnStderr: true | |
displayName: 'Check EditorConfig violations' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment