Skip to content

Commit

Permalink
Remove EmptyTypeSection rule
Browse files Browse the repository at this point in the history
  • Loading branch information
fourls authored and Cirras committed Oct 20, 2023
1 parent ba77cca commit f8d58a1
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 112 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- `XPathTemplateRule` analysis rule template.
- `MemoryManagementRule` analysis rule.
- `EmptyTypeSection` analysis rule.
- `sonar.delphi.coverage.tool` property.
([Delphi Code Coverage](https://github.com/DelphiCodeCoverage/DelphiCodeCoverage) is the only supported coverage tool.)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ public final class CheckList {
EmptyFinallyBlockCheck.class,
EmptyInterfaceCheck.class,
EmptyMethodCheck.class,
EmptyTypeSectionCheck.class,
EmptyVisibilitySectionCheck.class,
EnumNameCheck.class,
ExplicitDefaultPropertyReferenceCheck.class,
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"EmptyFinallyBlock",
"EmptyInterface",
"EmptyMethod",
"EmptyTypeSection",
"EmptyVisibilitySection",
"EnumName",
"ExplicitDefaultPropertyReference",
Expand Down

This file was deleted.

0 comments on commit f8d58a1

Please sign in to comment.