-
Notifications
You must be signed in to change notification settings - Fork 506
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
False positive on package name check #276
Comments
Fixed in 0.28.0. |
Damn, missed that package directory is with dots. Anyway thank you for fix! |
I am using 0.28.0 but still get this error. I have shred dir for tests called testShared and one class inside this dir. |
This was referenced Mar 16, 2021
Open
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a test module that contains two files.
Ktlint (0.27.0) produces following error for both files:
Package directive doesn't match file location (cannot be auto-corrected) (package-name)
while this files has valid package and AS doesn't suggest me to correct it:
Here is a log from ktlint check:
The text was updated successfully, but these errors were encountered: