Reporter | Ferenc Vizkeleti (vizkeletiferenc) |
---|---|
Created | Apr 18, 2018 5:49:23 PM |
Updated | Apr 18, 2018 5:49:23 PM |
Subsystem | No Subsystem |
Assignee | Unassigned |
Priority | Normal |
State | Submitted |
Type | Unspecified |
Fix version | No Fix versions |
Affected versions | 2018.1 |
Fixed In Version ReSharper | Undefined |
VsVersion | All Versions |
I have a solution-level team-shared dotsettings file with code inspection configurations. There are a couple of .editorconfig files in the solution that override some settings of the dotsettings file.
It works fine in Visual Studio: shows the issues with the configured severity levels and uses the .editorconfig files correctly.
But when running InspectCode (ResharperCLT) for the same solution it seems to use only the dotsettings file and ignores the settings in the .editorconfig files.