Security News
Opengrep Emerges as Open Source Alternative Amid Semgrep Licensing Controversy
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
@open-turo/commitlint-config-conventional
Advanced tools
This is an extension of the rules within @commitlint/config-conventional for the purposes of overriding certain values as deemed necessary. Those rules that this module is overriding are noted here:
body-max-line-length
Increased to 300 characters to allow for commit messages that would otherwise exceed the 100 character limit.The following commands will install this module for your Node.js based project if you are using npm
or yarn
, via the project's package.json
file.
npm install --include=dev @open-turo/commitlint-config-conventional
yarn add @open-turo/commitlint-config-conventional -D
To make use of this module, simply include it in your conventional .commitlintrc.yaml
file, as depicted below:
extends:
- "@open-turo/commitlint-config-conventional"
FAQs
open-turo version of config-conventional
The npm package @open-turo/commitlint-config-conventional receives a total of 558 weekly downloads. As such, @open-turo/commitlint-config-conventional popularity was classified as not popular.
We found that @open-turo/commitlint-config-conventional demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.
Security News
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.