Skip to content

Commit 89474c9

Browse files
committed
AnalyzerReleases.*.md: Moved the analyzers LuceneDev1000-1004 to released state.
1 parent 1c3d67d commit 89474c9

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed
Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1-
## Release 1.0
1+
## Release 1.0.0-alpha.3
22

33
### New Rules
44

5-
Rule ID | Category | Severity | Notes
6-
---------|----------|----------|-------
5+
Rule ID | Category | Severity | Notes
6+
---------------|----------|----------|-----------------------------------------------------------------------------------------------------------------------------------------------------------
7+
LuceneDev1000 | Design | Warning | Floating point types should not be compared for exact equality
8+
LuceneDev1001 | Design | Warning | Floating point types should be formatted with J2N methods
9+
LuceneDev1002 | Design | Warning | Floating point type arithmetic needs to be checked
10+
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

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

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

33
Rule ID | Category | Severity | Notes
44
---------------|----------|----------|-----------------------------------------------------------------------------------------------------------------------------------------------------------
5-
LuceneDev1000 | Design | Warning | Floating point types should not be compared for exact equality
6-
LuceneDev1001 | Design | Warning | Floating point types should be formatted with J2N methods
7-
LuceneDev1002 | Design | Warning | Floating point type arithmetic needs to be checked
8-
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
9-
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

0 commit comments

Comments
 (0)