You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AutoFixture.TUnit.globalconfig
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@ dotnet_diagnostic.CA5394.severity = none # CA5394: Do not use insecure randomnes
26
26
27
27
## StyleCop Analyzers ##
28
28
29
+
dotnet_diagnostic.SA1101.severity = none # SA1101: Prefix local calls with this.
29
30
dotnet_diagnostic.SA1116.severity = none # SA1116: The parameters should begin on the line after the declaration, whenever the parameter span across multiple line
30
31
dotnet_diagnostic.SA1117.severity = none # SA1117: The parameters should all be placed on the same line or each parameter should be placed on its own line.
31
32
dotnet_diagnostic.SA1118.severity = none # SA1118: The parameter spans multiple lines
@@ -35,6 +36,7 @@ dotnet_diagnostic.SA1202.severity = none # SA1202: 'public' members should come
35
36
dotnet_diagnostic.SA1203.severity = none # SA1203: Constant fields should appear before non-constant fields
36
37
dotnet_diagnostic.SA1204.severity = none # SA1204: Static members should appear before non-static members
37
38
dotnet_diagnostic.SA1214.severity = none # SA1214: Readonly fields should appear before non-readonly fields
39
+
dotnet_diagnostic.SA1309.severity = none # SA1309: Field names should not begin with an underscore
38
40
dotnet_diagnostic.SA1413.severity = none # SA1413: Use trailing comma in multi-line initializers
39
41
dotnet_diagnostic.SA1501.severity = none # SA1501: Statement should not be on a single line
40
42
dotnet_diagnostic.SA1503.severity = none # SA1503: Braces should not be omitted
0 commit comments