Socket
Socket
Sign inDemoInstall

@pega/commitlint-plugin

Package Overview
Dependencies
229
Maintainers
3
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @pega/commitlint-plugin

Pega front-end commitlint plugin.


Version published
Maintainers
3
Created

Readme

Source

@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.

Keywords

FAQs

Last updated on 10 May 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc