Set different `verbose` values for `PMD.Parser`
Opened this issue · 0 comments
pedroripper commented
Currently, the verbose option for the PMD.Parser
is a Bool
. Should we change it for an Int or Enum, so the user can select how much detail they want from the parser´s log?
PSRClassesInterface.jl/src/PMD/parser/parser.jl
Lines 3 to 25 in 48a9bae