Chesire/LintRules

Paths with multiple sections are flagged as duplicated

Closed this issue · 0 comments

Adding other projects to the dependencies list flags up the duplicate issue even when they aren't, if they are added using the below syntax.

    implementation project(path: ":libraries:database")
    implementation project(path: ":libraries:server")

The whole line likely isn't being checked for duplicate dependencies.