0.16.0 • Published 8 months ago

@pega/commitlint-plugin v0.16.0

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
-
Last release
8 months ago

@pega/commitlint-plugin

Pegasystems front-end Commitlint plugin.

@pega/multi-scope-enum

Allows scope to be restricted to a certain set of options, with custom separator and whitespace trimming support. Setting enable to 'never' instead disallows the provided scopes.

interface Config {
  /** @default [] */
  scopes?: string[];
  /** @default /\\|\/|,/ */
  separator?: string | RegExp;
  /** @default false */
  trim?: boolean;
}

@pega/header-reference

Requires the header to contain a reference ID. Setting enable to 'never' instead disallows reference IDs in the header.

@pega/reference-action-enum

Allows reference actions to be restricted to a certain set of options. Setting enable to 'never' instead disallows to provided actions.

interface Config {
  /** @default ['close', 'closes', 'closed', 'fix', 'fixes', 'fixed', 'resolve', 'resolves', 'resolved'] */
  actions?: string[];
  /** @default false */
  caseSensitive?: boolean;
}

@pega/reference-order

Enforces that references in each group appear in either ascending or descending order. Setting enable to 'never' will cause the rule to always pass.

interface Config {
  /** @default ['#'] */
  prefixes?: string[];
  /** @default true */
  ascending?: boolean;
}

@pega/spellcheck

Runs CSpell on the commit message, ignoring comment lines. Setting enable to 'never' will cause the rule to always pass.

0.16.0

8 months ago

0.15.0

9 months ago

0.15.1

9 months ago

0.11.0

11 months ago

0.12.0

11 months ago

0.13.0

11 months ago

0.14.0

10 months ago

0.13.1

11 months ago

0.14.1

9 months ago

0.10.2

1 year ago

0.10.1

1 year ago

0.10.0

1 year ago

0.9.0

1 year ago

0.9.1

1 year ago

0.8.0

1 year ago

0.7.2

1 year ago

0.7.1

2 years ago

0.7.0

2 years ago

0.5.4

2 years ago

0.5.3

2 years ago

0.5.2

2 years ago

0.6.0

2 years ago

0.5.0

2 years ago

0.5.1

2 years ago

0.4.0

2 years ago

0.3.4

3 years ago

0.3.3

3 years ago

0.3.2

4 years ago

0.3.0

4 years ago

0.3.1

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago