DroidKaigi / conference-app-2022

The Official Conference App for DroidKaigi 2022
https://droidkaigi.jp/2022/
Apache License 2.0
489 stars 189 forks source link

[Refactoring] Remove redundant qualifier names #885

Closed rkowase closed 1 year ago

rkowase commented 1 year ago

Issue

Overview (Required)

In this PR, I removed the redundant qualifier names to fix lint warnings.

Links

Screenshot

n/a

takahirom commented 1 year ago

Please check the warning 馃檹

> The following files had format violations:
See https://docs.gradle.org/7.5.1/userguide/command_line_interface.html#sec:command_line_warnings
      src/commonMain/kotlin/io/github/droidkaigi/confsched2022/strings/Strings.kt
98 actionable tasks: 7 executed, 46 from cache, 45 up-to-date
          @@ -1,6 +1,5 @@
           package路io.github.droidkaigi.confsched2022.strings

          -import路io.github.droidkaigi.confsched2022.model.Res
           import路io.github.droidkaigi.confsched2022.model.Res.strings

           public路val路Strings:路strings
  Run './gradlew :core:model:spotlessApply' to fix these violations.