You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my configuration, I have reporters: ['consoleFull'] set. However, this creates a duplication - the console reporter prints location of all detections, and then consoleFull does it again (but with more detail)
Could this be made a bit nicer?
make ProgressReporter use consoleFull rather than console if consoleFull reporter is enabled?
OR add this table to consoleFull reporter too, and print it even in silent mode:
Unless you are run in silent mode, console reporter will be used, regardless of other configured reporters:
jscpd/apps/jscpd/src/init/subscribers.ts
Lines 9 to 11 in d9584f2
jscpd/packages/finder/src/subscribers/progress.ts
Line 11 in d9584f2
In my configuration, I have
reporters: ['consoleFull']
set. However, this creates a duplication - the console reporter prints location of all detections, and then consoleFull does it again (but with more detail)Could this be made a bit nicer?
jscpd/packages/finder/src/reporters/console.ts
Lines 16 to 20 in d9584f2
consoleFull
reporter in favor of adding reporterOptions toconsole
reporterWhat I see as an ideal outcome:
The text was updated successfully, but these errors were encountered: