EditorConfig Check with Azure DevOps
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