Skip to content

Instantly share code, notes, and snippets.

@robinmanuelthiel
Last active April 3, 2020 20:40
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save robinmanuelthiel/8f14de009912aadc88d85e066af5aa7a to your computer and use it in GitHub Desktop.
Save robinmanuelthiel/8f14de009912aadc88d85e066af5aa7a 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 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