Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Refactoring] Remove redundant qualifier names #885

Merged

Conversation

rkowase
Copy link
Contributor

@rkowase rkowase commented Oct 7, 2022

Issue

  • n/a

Overview (Required)

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

Links

  • n/a

Screenshot

n/a

@rkowase rkowase marked this pull request as ready for review October 7, 2022 06:27
@takahirom
Copy link
Member

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.

@github-actions github-actions bot temporarily deployed to deploygate-distribution October 11, 2022 01:34 Inactive
@github-actions github-actions bot temporarily deployed to deploygate-distribution October 11, 2022 04:08 Inactive
Copy link
Member

@takahirom takahirom left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@takahirom takahirom merged commit 929b193 into DroidKaigi:main Oct 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants