Skip to content

Instantly share code, notes, and snippets.

View kocoler's full-sized avatar
🌑
Focusing

kocoler kocoler

🌑
Focusing
View GitHub Profile
Go 11 hrs 15 mins ████████████▎░░░░░░░░ 58.4%
sh 4 hrs 13 mins ████▌░░░░░░░░░░░░░░░░ 21.9%
YAML 1 hr 52 mins ██░░░░░░░░░░░░░░░░░░░ 9.7%
SQL 47 mins ▊░░░░░░░░░░░░░░░░░░░░ 4.1%
Markdown 33 mins ▌░░░░░░░░░░░░░░░░░░░░ 2.9%
@kocoler
kocoler / commitlint.config.js
Last active November 8, 2021 13:08
configs to commitinit
module.exports = {
parserPreset: 'conventional-changelog-conventionalcommits',
rules: {
'body-leading-blank': [1, 'always'],
'body-max-line-length': [2, 'always', 100],
'footer-leading-blank': [1, 'always'],
'footer-max-line-length': [2, 'always', 100],
'header-max-length': [2, 'always', 100],
'subject-case': [
2,