Skip to content

Commit

Permalink
refactor: #17216
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Dec 26, 2024
1 parent 2892bd6 commit cd0f320
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions commitlint.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export default {
'subject-case': [2, 'always', ['sentence-case', 'lower-case']],
'references-empty': [1, 'never']
},
ignores: [(commit: string) => commit.startsWith('Merge')],
parserPreset: {
parserOpts: {
issuePrefixes: ['Fixes #', 'Fixed #']
Expand Down
18 changes: 9 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cd0f320

Please sign in to comment.