Open
Description
Your feature request related to a problem? Please describe.
Current requirement to recompile everything to use for a custom private linter is sub-optimal.
Describe the solution you'd like.
Would be great to have an Interpreter built-into into golangci, something like yaegi so that custom linters could be just a bunch of code in local repo.
Describe alternatives you've considered.
Recompiling custom linter as plugin is not an option here.
Additional context.
No response