Skip to content

Commit

Permalink
Remove default constructor check
Browse files Browse the repository at this point in the history
  • Loading branch information
chippmann committed Nov 3, 2024
1 parent 2c11f9e commit 779d7b5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package godot.entrygenerator

import godot.entrygenerator.checks.ConstructorArgCountCheck
import godot.entrygenerator.checks.ConstructorOverloadingCheck
import godot.entrygenerator.checks.DefaultConstructorCheck
import godot.entrygenerator.checks.FunctionArgCountCheck
import godot.entrygenerator.checks.LateinitPropertyCheck
import godot.entrygenerator.checks.NullablePropertyCheck
Expand Down Expand Up @@ -106,7 +105,6 @@ object EntryGenerator {
sourceFiles: List<SourceFile>
): Boolean {
return listOf(
DefaultConstructorCheck(logger, sourceFiles).execute(),
ConstructorArgCountCheck(logger, sourceFiles).execute(),
ConstructorOverloadingCheck(logger, sourceFiles).execute(),

Expand Down

This file was deleted.

0 comments on commit 779d7b5

Please sign in to comment.