Skip to content

#54 Add reporting options for graphInspection task - #58

Merged
mcumings merged 1 commit into
mainfrom
mcumings/issue54
Aug 14, 2026
Merged

#54 Add reporting options for graphInspection task#58
mcumings merged 1 commit into
mainfrom
mcumings/issue54

Conversation

@mcumings

Copy link
Copy Markdown
Member

This PR relates to Issue #54

Adds task options for configuring the graphInspection report:

Type
     InspectionTask (com.ebay.plugins.graph.analytics.InspectionTask)

Options
     --project     Project to report upon

     --report-cycles     Include the dependency cycles report section (default: true)

     --no-report-cycles     Disables option --report-cycles.

     --report-dep-tree     Include the dependency tree report section (default: true)

     --no-report-dep-tree     Disables option --report-dep-tree.

     --report-top-nodes     Include the top nodes report section (default: true)

     --no-report-top-nodes     Disables option --report-top-nodes.

     --top     Number of top project nodes to include in the report (default: 10)

     --rerun     Causes the task to be re-run even if up-to-date.

Description
     Extract project-specific information from the graph analysis

Group
     graph analytics

@mcumings
mcumings marked this pull request as ready for review August 14, 2026 01:02
@mcumings
mcumings requested a review from a team as a code owner August 14, 2026 01:02
@mcumings
mcumings merged commit e08813e into main Aug 14, 2026
5 checks passed
@mcumings
mcumings deleted the mcumings/issue54 branch August 14, 2026 16:48
@mcumings mcumings mentioned this pull request Aug 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants