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

Update Detekt to version 1.18.0+ (Kotlin) #125

Open
GirZ0n opened this issue Aug 30, 2021 · 1 comment
Open

Update Detekt to version 1.18.0+ (Kotlin) #125

GirZ0n opened this issue Aug 30, 2021 · 1 comment
Assignees
Labels
question Further information is requested

Comments

@GirZ0n
Copy link
Collaborator

GirZ0n commented Aug 30, 2021

There was a problem in #123 PR with the Detekt upgrade to version 1.18.0. Because of type resolution, many rules cannot work without --classpath, where the path to all the libraries used in the solution is required.

Most likely, when we start the tool, we must pass the path to the folder with the necessary libraries.

@nbirillo nbirillo added the question Further information is requested label Aug 30, 2021
@nbirillo
Copy link
Collaborator

@vyahhi can we gather all the necessary libraries? Currently, we don't support type resolution since we don't have a list of the libraries

@vyahhi vyahhi changed the title Update Detekt to version 1.18.0+ Update Detekt to version 1.18.0+ (Kotlin) Oct 14, 2021
@vyahhi vyahhi self-assigned this Oct 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants