Forked from robinmanuelthiel/azuredevops-editorconfig.yaml
Created
April 3, 2020 20:40
-
-
Save Fazzani/7c07541934dee759d5b53a53c6f56d3b to your computer and use it in GitHub Desktop.
EditorConfig Check with Azure DevOps
This file contains 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 $(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