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

Unable to disable Wildcard Import warning #1034

Closed
5HT2 opened this issue Dec 26, 2020 · 2 comments
Closed

Unable to disable Wildcard Import warning #1034

5HT2 opened this issue Dec 26, 2020 · 2 comments

Comments

@5HT2
Copy link

5HT2 commented Dec 26, 2020

Expected Behavior

I'm not warned for wildcard imports

Observed Behavior

I am warned for wildcard imports

Steps to Reproduce

My .editorconfig
Run ktlint -F "src/main/kotlin/org/kamiblue/botkt/"

Your Environment

  • Version of ktlint used: 0.39.0
  • Name and version (or code for custom task) of integration used (Gradle plugin, Maven plugin, command line, custom Gradle task): ktlint -F "src/main/kotlin/org/kamiblue/botkt/"
  • Version of Gradle used (if applicable): 6.7.1
  • Operating System and version: Linux strawberry 5.9.11-arch2-1 #1 SMP PREEMPT Sat, 28 Nov 2020 02:07:22 +0000 x86_64 GNU/Linux
  • Link to your project (if it's a public repository): bot-kt, building instructions in README.md
@Tapchicoma
Copy link
Collaborator

Change [{*.kt, *.kts}] into [{*.kt,*.kts}] (note removed space).

For details check #762

@5HT2
Copy link
Author

5HT2 commented Dec 27, 2020

Thanks.

5HT2 added a commit to 5HT2/bot-kt that referenced this issue Dec 28, 2020
5HT2 added a commit to 5HT2/bot-kt that referenced this issue May 3, 2021
5HT2 added a commit to 5HT2/bot-kt that referenced this issue May 3, 2021
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

No branches or pull requests

2 participants