Skip to content

Commit

Permalink
ci(api): check linter, will be reverted next
Browse files Browse the repository at this point in the history
  • Loading branch information
bouassaba committed Oct 30, 2024
1 parent 33d20ce commit 36343a1
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
package com.rolldebee.rolldebee.controller

import com.rolldebee.rolldebee.core.Comparison

Check failure on line 3 in api/src/main/kotlin/com/rolldebee/rolldebee/controller/ComparisonController.kt

View workflow job for this annotation

GitHub Actions / lint

Imports must be ordered in lexicographic order without any empty lines in-between with "java", "javax", "kotlin" and aliases in the end -- no autocorrection due to comments in the import list
import com.rolldebee.rolldebee.factory.ComparerFactory
import com.rolldebee.rolldebee.factory.IntrospectionBuilderFactory
import com.rolldebee.rolldebee.factory.ObjectGraphBuilderFactory
import com.rolldebee.rolldebee.factory.ObjectRouteBuilderFactory
//import com.rolldebee.rolldebee.factory.ComparerFactory

Check failure on line 4 in api/src/main/kotlin/com/rolldebee/rolldebee/controller/ComparisonController.kt

View workflow job for this annotation

GitHub Actions / lint

Missing space after //
//import com.rolldebee.rolldebee.factory.IntrospectionBuilderFactory

Check failure on line 5 in api/src/main/kotlin/com/rolldebee/rolldebee/controller/ComparisonController.kt

View workflow job for this annotation

GitHub Actions / lint

Missing space after //
//import com.rolldebee.rolldebee.factory.ObjectGraphBuilderFactory

Check failure on line 6 in api/src/main/kotlin/com/rolldebee/rolldebee/controller/ComparisonController.kt

View workflow job for this annotation

GitHub Actions / lint

Missing space after //
//import com.rolldebee.rolldebee.factory.ObjectRouteBuilderFactory

Check failure on line 7 in api/src/main/kotlin/com/rolldebee/rolldebee/controller/ComparisonController.kt

View workflow job for this annotation

GitHub Actions / lint

Missing space after //
import com.rolldebee.rolldebee.factory.*

Check failure on line 8 in api/src/main/kotlin/com/rolldebee/rolldebee/controller/ComparisonController.kt

View workflow job for this annotation

GitHub Actions / lint

Wildcard import
import com.rolldebee.rolldebee.repository.ConnectionRepository
import jakarta.validation.constraints.NotBlank
import org.springframework.web.bind.annotation.PostMapping
Expand Down

0 comments on commit 36343a1

Please sign in to comment.