Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
CI tools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EOLE
Infra
CI tools
Merge requests
!31
feat(commitlint): update `commitlint` to version 16
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
feat(commitlint): update `commitlint` to version 16
feature/update-commitlint
into
dev
Overview
0
Commits
1
Pipelines
2
Changes
1
Merged
Daniel Dehennin
requested to merge
feature/update-commitlint
into
dev
3 years ago
Overview
0
Commits
1
Pipelines
2
Changes
1
Expand
0
0
Merge request reports
Viewing commit
d003342a
Show latest version
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
d003342a
feat(commitlint): update `commitlint` to version 16
· d003342a
Daniel Dehennin
authored
3 years ago
Dockerfile.commitlint
+
2
−
2
Options
@@ -2,8 +2,8 @@ FROM node:current-alpine
LABEL maintainer="eole@ac-dijon.fr"
ARG COMMITLINT_VERSION=1
3
ARG COMMITLINT_CONFIG_CONVENTIONAL_VERSION=1
3
ARG COMMITLINT_VERSION=1
6
ARG COMMITLINT_CONFIG_CONVENTIONAL_VERSION=1
6
RUN apk add --no-cache git \
ca-certificates
Loading