Skip to content
GitLab
Next
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
GitLab Development Kit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
4
Snippets
Groups
Projects
Show more breadcrumbs
GitLab.org
GitLab Development Kit
Merge requests
!1190
Add shellcheck CI job
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add shellcheck CI job
tw/misc-code-quality-fixes
into
master
Overview
46
Commits
4
Pipelines
21
Changes
3
1 unresolved thread
Hide all comments
Merged
Tiger Watson
requested to merge
tw/misc-code-quality-fixes
into
master
4 years ago
Overview
46
Commits
4
Pipelines
21
Changes
1
1 unresolved thread
Hide all comments
Expand
What does this Merge Request do?
Adds a CI job for
ShellCheck
, and fixes existing violations.
Merge Request checklist
Tests added for new functionality. If not, please raise Issue to follow-up.
This change is backward compatible. If not, please include steps to communicate to our users.
Documentation added/updated, if needed.
gdk doctor
test added, if needed.
Edited
1 year ago
by
🤖 GitLab Bot 🤖
0
0
Merge request reports
Compare
version 2
version 20
79258bbd
4 years ago
version 19
f9f10cad
4 years ago
version 18
b5467960
4 years ago
version 17
e566780e
4 years ago
version 16
444fa6dc
4 years ago
version 15
fa09e7be
4 years ago
version 14
defb0cba
4 years ago
version 13
ee0676e3
4 years ago
version 12
7e8fbc6a
4 years ago
version 11
b23f2a5c
4 years ago
version 10
a0950200
4 years ago
version 9
abbeda99
4 years ago
version 8
9b46fb89
4 years ago
version 7
12dff4ab
4 years ago
version 6
6608fc3d
4 years ago
version 5
40d657b5
4 years ago
version 4
2b73395f
4 years ago
version 3
efe73669
4 years ago
version 2
2a8fd752
4 years ago
version 1
fd727e8a
4 years ago
master (base)
and
version 3
latest version
40dbe82b
4 commits,
4 years ago
version 20
79258bbd
4 commits,
4 years ago
version 19
f9f10cad
4 commits,
4 years ago
version 18
b5467960
5 commits,
4 years ago
version 17
e566780e
5 commits,
4 years ago
version 16
444fa6dc
5 commits,
4 years ago
version 15
fa09e7be
4 commits,
4 years ago
version 14
defb0cba
5 commits,
4 years ago
version 13
ee0676e3
5 commits,
4 years ago
version 12
7e8fbc6a
4 commits,
4 years ago
version 11
b23f2a5c
5 commits,
4 years ago
version 10
a0950200
5 commits,
4 years ago
version 9
abbeda99
4 commits,
4 years ago
version 8
9b46fb89
4 commits,
4 years ago
version 7
12dff4ab
4 commits,
4 years ago
version 6
6608fc3d
4 commits,
4 years ago
version 5
40d657b5
4 commits,
4 years ago
version 4
2b73395f
2 commits,
4 years ago
version 3
efe73669
2 commits,
4 years ago
version 2
2a8fd752
2 commits,
4 years ago
version 1
fd727e8a
1 commit,
4 years ago
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
1
−
1
Options
@@ -183,7 +183,7 @@ test:shellcheck:
extends
:
.rules:code-changes
image
:
koalaman/shellcheck-alpine:stable
script
:
-
shellcheck
-
shellcheck
bin/ support/
.verify_job
:
stage
:
verify
Loading