AutoCorrect is not working when right clicking the directory
mondaylord opened this issue · 1 comments
mondaylord commented
Description
Autocorrect works as expected when I right-click a file or a blank space within the code in the IDE.
However, when I attempt to run autocorrect by right-clicking on the directory itself, it does not work.
This behavior persists even when the directory contains only one kotlin file.
I am not sure if this is a bug or an intentional feature that autocorrect cannot be executed on a directory.
arturbosch commented
AutoCorrect was implemented to run just on a single file:
detekt core should be able to handle directories and the plugin can be updates to support directories like the RunAnalysionAction
: