Skip to content

Commit d58325d

Browse files
committed
Move LuceneDev1005-LuceneDev1006 to shipped analyzers
1 parent 78b18f4 commit d58325d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Lucene.Net.CodeAnalysis.Dev/AnalyzerReleases.Shipped.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@
88
LuceneDev1001 | Design | Warning | Floating point types should be formatted with J2N methods
99
LuceneDev1002 | Design | Warning | Floating point type arithmetic needs to be checked
1010
LuceneDev1003 | Design | Warning | Method parameters that accept array types should be analyzed to determine whether they are better suited to be ref or out parameters
11-
LuceneDev1004 | Design | Warning | Methods that return array types should be analyzed to determine whether they are better suited to be one or more out parameters or to return a ValueTuple
11+
LuceneDev1004 | Design | Warning | Methods that return array types should be analyzed to determine whether they are better suited to be one or more out parameters or to return a ValueTuple
12+
LuceneDev1005 | Design | Warning | Types in the Lucene.Net.Support namespace should not be public
13+
LuceneDev1006 | Design | Warning | Floating point values embedded in strings should be formatted with J2N.Numerics Single or Double ToString methods

src/Lucene.Net.CodeAnalysis.Dev/AnalyzerReleases.Unshipped.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,3 @@
22

33
Rule ID | Category | Severity | Notes
44
---------------|----------|----------|-----------------------------------------------------------------------------------------------------------------------------------------------------------
5-
LuceneDev1005 | Design | Warning | Types in the Lucene.Net.Support namespace should not be public
6-
LuceneDev1006 | Design | Warning | Floating point values embedded in strings should be formatted with J2N.Numerics Single or Double ToString methods

0 commit comments

Comments
 (0)