Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Fazzani/7c07541934dee759d5b53a53c6f56d3b to your computer and use it in GitHub Desktop.
Save Fazzani/7c07541934dee759d5b53a53c6f56d3b to your computer and use it in GitHub Desktop.
EditorConfig Check with Azure DevOps
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