Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@pega/commitlint-plugin

Package Overview
Dependencies
Maintainers
0
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pega/commitlint-plugin

Pega front-end commitlint plugin.

  • 0.11.0
  • npm
  • Socket score

Version published
Weekly downloads
415
decreased by-47.93%
Maintainers
0
Weekly downloads
 
Created
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

Package last updated on 11 Jul 2024

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc