Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
douglas-pires
/
commitlint
Public
forked from
conventional-changelog/commitlint
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
Β master
User selector
All users
Datepicker
All time
Commit History
Commits on Feb 21, 2020
chore: update dependency typescript to v3.8.2 (#1002)
Show description for 0f0f95a
renovate[bot]
and
WhiteSource Renovate
authored
0f0f95a
Copy full SHA for 0f0f95a
Commits on Feb 20, 2020
chore: update dependency @types/node to v12.12.28 (#1001)
Show description for 890df29
renovate[bot]
and
WhiteSource Renovate
authored
890df29
Copy full SHA for 890df29
Commits on Feb 19, 2020
chore: update dependency @types/jest to v25.1.3 (#1000)
Show description for 6c9ab78
renovate[bot]
and
WhiteSource Renovate
authored
6c9ab78
Copy full SHA for 6c9ab78
chore: update dependency ts-jest to v25.2.1 (#999)
Show description for 882e292
renovate[bot]
and
WhiteSource Renovate
authored
882e292
Copy full SHA for 882e292
Commits on Feb 18, 2020
fix: ignore empty commit messages #615 (#676)
Show description for c3eb1a7
ctomp
and
marionebl
authored
c3eb1a7
Copy full SHA for c3eb1a7
feat(config-conventional): footer/body-max-line (#436)
Show description for 8b394c9
Fetz
authored
8b394c9
Copy full SHA for 8b394c9
feat: add async promise based rules methods into lint (#976)
Show description for 4443062
marionebl
authored
4443062
Copy full SHA for 4443062
chore: update typescript-eslint monorepo to v2.20.0 (#998)
Show description for 89168b8
renovate[bot]
and
WhiteSource Renovate
authored
89168b8
Copy full SHA for 89168b8
Commits on Feb 13, 2020
chore: update dependency husky to v4.2.3 (#996)
Show description for 9d14792
renovate[bot]
and
WhiteSource Renovate
authored
9d14792
Copy full SHA for 9d14792
fix: update dependency semver to v7.1.3 (#995)
Show description for 4ee307a
renovate[bot]
and
WhiteSource Renovate
authored
4ee307a
Copy full SHA for 4ee307a
Commits on Feb 11, 2020
chore: remove unused configs (#991)
Show description for c7cfe37
armano2
authored
c7cfe37
Copy full SHA for c7cfe37
chore: update dependency @types/node to v12.12.27 (#994)
Show description for 0404c7d
renovate[bot]
and
WhiteSource Renovate
authored
0404c7d
Copy full SHA for 0404c7d
fix: incorrect use of when in getForcedCaseFn (#993)
armano2
authored
34c11b8
Copy full SHA for 34c11b8
chore: align required globby between packages (#992)
armano2
authored
6f80f70
Copy full SHA for 6f80f70
Commits on Feb 10, 2020
refactor: replace lodash/omit with spread (#988)
armano2
authored
f379dcc
Copy full SHA for f379dcc
Commits on Feb 9, 2020
test: add missing test cases for ensure and is-ignored (#987)
Show description for d5c601f
armano2
authored
d5c601f
Copy full SHA for d5c601f
docs: update node version support (#986)
armano2
authored
ec4af58
Copy full SHA for ec4af58
chore: upgrade execa to 3.4.0 (#984)
Show description for f74e036
armano2
authored
f74e036
Copy full SHA for f74e036
feat: passdown argv to lint command (#891)
Show description for c49a57c
sharvit
authored
c49a57c
Copy full SHA for c49a57c
Commits on Feb 8, 2020
test(config-lerna-scopes): add regression tests (#979)
Show description for 01c451c
armano2
authored
01c451c
Copy full SHA for 01c451c
test: eslint setup (#981)
Show description for 21a91e7
armano2
authored
21a91e7
Copy full SHA for 21a91e7
fix(config-lerna-scopes): correct lerna in peerDependencies (#980)
armano2
authored
f88f00d
Copy full SHA for f88f00d
refactor(parse): refactor parse to use object spread (#977)
armano2
authored
c9c968d
Copy full SHA for c9c968d
Commits on Feb 7, 2020
refactor: use native String.startsWith instead of lodash/startsWith (#975)
armano2
authored
9c5ec16
Copy full SHA for 9c5ec16
refactor: use native Array.isArray instead of lodash/isArray (#974)
armano2
authored
517b8b2
Copy full SHA for 517b8b2
refactor: use native Object.entries instead of lodash/toPairs (#973)
armano2
authored
908ff52
Copy full SHA for 908ff52
test(parse): remove import-from package from tests (#967)
armano2
authored
3d0c79f
Copy full SHA for 3d0c79f
refactor: use builtin Object.values instead of lodash/values (#968)
Show description for 166cbb7
armano2
authored
166cbb7
Copy full SHA for 166cbb7
test: disable babel build for tests and simplify jest config (#969)
armano2
authored
061b0eb
Copy full SHA for 061b0eb
test: fix not awaited parse tests (#971)
armano2
authored
421a46d
Copy full SHA for 421a46d
chore: remove unused eslint-disable comments (#970)
armano2
authored
c44adfd
Copy full SHA for c44adfd
Commits on Feb 6, 2020
chore: update lerna commands (#966)
armano2
authored
efa55c7
Copy full SHA for efa55c7
refactor: simplify commitlint alias package (#965)
armano2
authored
96e81a5
Copy full SHA for 96e81a5
fix: drop support for 'improvement' type (#899)
Show description for b27ab08
gavinsharp
authored
b27ab08
Copy full SHA for b27ab08
test: update execa cli calls (#964)
armano2
authored
a595575
Copy full SHA for a595575
Pagination
Previous
Next
You canβt perform that action at this time.