Minor Changes
-
#28
440a57fThanks @claudiacodacy! -codacy issues --ignorenow asks for confirmation before bulk-ignoring. It
prints how many issues match the current filters and only proceeds when you
answery, guarding against a mistyped or too-broad filter ignoring far more
issues than intended. Pass--skip-confirmation(-y) to bypass the prompt in
CI or scripts; in a non-interactive shell without that flag the command aborts
without ignoring anything. -
#28
440a57fThanks @claudiacodacy! - Addcodacy issues --ignored(-i) to list issues that were marked as ignored
on Codacy. Without the flag,codacy issuesbehaves exactly as before; pass
--ignoredto see the ignored ones instead. The
ignored listing accepts all the same filters as the normal search (--branch,
--severities,--categories,--tools,--patterns,--languages,--tags,
--authors,--limit, and--false-positives), and each ignored issue shows
who ignored it, when, the reason, and any comment. It cannot be combined with
--overviewor--ignore.--output jsonemits anignoredIssuesarray.
Unignoring individual issues stays withcodacy issue <id> --unignore.