We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 737d7b5 commit 089fc70Copy full SHA for 089fc70
1 file changed
StyleCop.Analyzers.Status.Generator/SolutionReader.cs
@@ -123,7 +123,6 @@ public async Task<ImmutableList<StyleCopDiagnostic>> GetDiagnosticsAsync()
123
124
string id = match.Groups["id"].Value;
125
string shortName = match.Groups["name"].Value;
126
- string type = match.Groups["type"].Value;
127
CodeFixStatus codeFixStatus;
128
string noCodeFixReason = null;
129
bool hasImplementation = true;
0 commit comments