Skip to content

Recognize difference between comments and code changes #69

Open
@rnveach

Description

@rnveach

Example commit: checkstyle/checkstyle@2a56547

Lots of no-inspection comments were added, only a few actual code changes but regression was still run on all modules in commit.

Generated configuration:

  <module name="TreeWalker">
    <module name="IndentationCheck"/>
    <module name="CyclomaticComplexityCheck"/>
  </module>
  <module name="UniquePropertiesCheck"/>

Only CyclomaticComplexityCheck had actual code changes and needs regression.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions