Has anybody successfully managed to run linters wi...
# getting-started
g
Has anybody successfully managed to run linters with type resolution as triggers on their projects? Either CI after build or as pre-commit/pre-push git hooks?
🇧🇷 1
With detekt-cli it’s pretty simple to setup a githook to run on pre-commit to check for rules that don’t require type resolution, but I haven’t been successful trying to enable it for type resolutin, even through a modified task to run “detektDebug” on top of files on git diff.