Skip to content

Commit

Permalink
Fixing sonar issues
Browse files Browse the repository at this point in the history
  • Loading branch information
toquete committed Nov 20, 2024
1 parent 8ce6d49 commit 8d19906
Show file tree
Hide file tree
Showing 20 changed files with 20 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import dagger.hilt.components.SingletonComponent

@Module
@InstallIn(SingletonComponent::class)
internal interface RemoteDataSourceModule {
internal fun interface RemoteDataSourceModule {

@Binds
fun bindCircuitImageRemoteDataSource(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import dagger.hilt.components.SingletonComponent

@Module
@InstallIn(SingletonComponent::class)
internal interface RepositoryModule {
internal fun interface RepositoryModule {

@Binds
fun bindCircuitImageRepository(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import dagger.hilt.components.SingletonComponent

@Module
@InstallIn(SingletonComponent::class)
internal interface RemoteDataSourceModule {
internal fun interface RemoteDataSourceModule {

@Binds
fun bindsConstructorColorRemoteDataSource(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import dagger.hilt.components.SingletonComponent

@Module
@InstallIn(SingletonComponent::class)
internal interface RepositoryModule {
internal fun interface RepositoryModule {

@Binds
fun bindConstructorColorRepository(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import dagger.hilt.components.SingletonComponent

@Module
@InstallIn(SingletonComponent::class)
internal interface RemoteDataSourceModule {
internal fun interface RemoteDataSourceModule {

@Binds
fun bindsConstructorImageRemoteDataSource(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import dagger.hilt.components.SingletonComponent

@Module
@InstallIn(SingletonComponent::class)
internal interface RepositoryModule {
internal fun interface RepositoryModule {

@Binds
fun bindsConstructorImageRepository(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import dagger.hilt.components.SingletonComponent

@Module
@InstallIn(SingletonComponent::class)
internal interface RemoteDataSourceModule {
internal fun interface RemoteDataSourceModule {

@Binds
fun bindsFullConstructorStandingsRemoteDataSource(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import dagger.hilt.components.SingletonComponent

@Module
@InstallIn(SingletonComponent::class)
internal interface RepositoryModule {
internal fun interface RepositoryModule {

@Binds
fun bindsFullConstructorStandingsRepository(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import dagger.hilt.components.SingletonComponent

@Module
@InstallIn(SingletonComponent::class)
internal interface RemoteDataSourceModule {
internal fun interface RemoteDataSourceModule {

@Binds
fun bindsCountryRemoteDataSource(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import dagger.hilt.components.SingletonComponent

@Module
@InstallIn(SingletonComponent::class)
internal interface RepositoryModule {
internal fun interface RepositoryModule {

@Binds
fun bindsCountryRepository(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import dagger.hilt.components.SingletonComponent

@Module
@InstallIn(SingletonComponent::class)
internal interface RemoteDataSourceModule {
internal fun interface RemoteDataSourceModule {

@Binds
fun bindsDriverImageRemoteDataSource(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import dagger.hilt.components.SingletonComponent

@Module
@InstallIn(SingletonComponent::class)
internal interface RepositoryModule {
internal fun interface RepositoryModule {

@Binds
fun bindsDriverImageRepository(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import dagger.hilt.components.SingletonComponent

@Module
@InstallIn(SingletonComponent::class)
internal interface RemoteDataSourceModule {
internal fun interface RemoteDataSourceModule {

@Binds
fun bindsFullDriverStandingsRemoteDataSource(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import dagger.hilt.components.SingletonComponent

@Module
@InstallIn(SingletonComponent::class)
internal interface RepositoryModule {
internal fun interface RepositoryModule {

@Binds
fun bindsFullDriverStandingsRepository(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import dagger.hilt.components.SingletonComponent

@Module
@InstallIn(SingletonComponent::class)
internal interface RemoteDataSourceModule {
internal fun interface RemoteDataSourceModule {

@Binds
fun bindRaceRemoteDataSource(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import dagger.hilt.components.SingletonComponent

@Module
@InstallIn(SingletonComponent::class)
internal interface RepositoryModule {
internal fun interface RepositoryModule {

@Binds
fun bindsRaceRepository(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import dagger.hilt.components.SingletonComponent

@Module
@InstallIn(SingletonComponent::class)
internal interface RemoteDataSourceModule {
internal fun interface RemoteDataSourceModule {

@Binds
fun bindRaceRemoteDataSource(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import dagger.hilt.components.SingletonComponent

@Module
@InstallIn(SingletonComponent::class)
internal interface RepositoryModule {
internal fun interface RepositoryModule {

@Binds
fun bindsRaceRepository(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import dagger.hilt.components.SingletonComponent

@Module
@InstallIn(SingletonComponent::class)
internal interface RemoteDataSourceModule {
internal fun interface RemoteDataSourceModule {

@Binds
fun bindSprintRemoteDataSource(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import dagger.hilt.components.SingletonComponent

@Module
@InstallIn(SingletonComponent::class)
internal interface RepositoryModule {
internal fun interface RepositoryModule {

@Binds
fun bindsSprintResultRepository(
Expand Down

0 comments on commit 8d19906

Please sign in to comment.