OpenPeeDeeP / depguard

Go linter that checks if package imports are in a list of acceptable packages.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use directories in `files`

qwerty287 opened this issue · comments

Hi,
currently, it seems to be not possible to write a directory that's fully scanned, but you must use a glob that resolves into files.

What I'd like to do:

        files:
          - "**/somedir/" # instead of "**/somedir/**/*.go"

Thanks!