Can we have a task in a VSTS (Azure DevOps) build that uses the editorconfig to analyze the code? This would be very helpful for pull requests for example.
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
@WizX20 I don't think that is currently possible. See the note block at the end of this section: https://docs.microsoft.com/en-us/visualstudio/ide/create-portable-custom-editor-options?view=vs-2017#coding-consistency.
If you're running a build, you can invoke https://github.com/jedmao/eclint through Node/NPM to check files for consistency and/or fix the files.
Most helpful comment
If you're running a build, you can invoke https://github.com/jedmao/eclint through Node/NPM to check files for consistency and/or fix the files.