module Gitlab::Dangerfiles

Constants

CI_ONLY_RULES
Change

@!attribute file

@return [String] the file name that's changed.

@!attribute change_type

@return [Symbol] the type of change (+:added+, +:modified+, +:deleted+, +:renamed_before+, +:renamed_after+).

@!attribute category

@return [Symbol] the category of the change.
  This is defined by consumers of the gem through +helper.changes_by_category+ or +helper.changes+.
EXISTING_RULES
LOCAL_RULES
RULES_DIR
VERSION