Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
23266cc6
Commit
23266cc6
authored
May 20, 2019
by
Will Hall
Committed by
Kamil Trzciński
May 20, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#60818 Correct linting for project root *.yml files
parent
c513434c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
37 additions
and
32 deletions
+37
-32
.codeclimate.yml
.codeclimate.yml
+29
-29
.haml-lint.yml
.haml-lint.yml
+1
-1
.pkgr.yml
.pkgr.yml
+2
-2
changelogs/unreleased/60818_yamllint_project_root.yml
changelogs/unreleased/60818_yamllint_project_root.yml
+5
-0
No files found.
.codeclimate.yml
View file @
23266cc6
...
@@ -6,35 +6,35 @@ engines:
...
@@ -6,35 +6,35 @@ engines:
enabled
:
true
enabled
:
true
config
:
config
:
languages
:
languages
:
-
ruby
-
ruby
-
javascript
-
javascript
ratings
:
ratings
:
paths
:
paths
:
-
Gemfile.lock
-
Gemfile.lock
-
"
**.erb"
-
"
**.erb"
-
"
**.haml"
-
"
**.haml"
-
"
**.rb"
-
"
**.rb"
-
"
**.rhtml"
-
"
**.rhtml"
-
"
**.slim"
-
"
**.slim"
-
"
**.inc"
-
"
**.inc"
-
"
**.js"
-
"
**.js"
-
"
**.jsx"
-
"
**.jsx"
-
"
**.module"
-
"
**.module"
exclude_paths
:
exclude_paths
:
-
config/
-
config/
-
db/
-
db/
-
features/
-
features/
-
node_modules/
-
node_modules/
-
spec/
-
spec/
-
vendor/
-
vendor/
-
.yarn-cache/
-
.yarn-cache/
-
tmp/
-
tmp/
-
builds/
-
builds/
-
coverage/
-
coverage/
-
public/
-
public/
-
shared/
-
shared/
-
webpack-report/
-
webpack-report/
-
log/
-
log/
-
backups/
-
backups/
-
coverage-javascript/
-
coverage-javascript/
-
plugins/
-
plugins/
.haml-lint.yml
View file @
23266cc6
...
@@ -153,7 +153,7 @@ linters:
...
@@ -153,7 +153,7 @@ linters:
Indentation
:
Indentation
:
enabled
:
true
enabled
:
true
character
:
space
# or tab
character
:
space
# or tab
TagName
:
TagName
:
enabled
:
true
enabled
:
true
...
...
.pkgr.yml
View file @
23266cc6
...
@@ -3,8 +3,8 @@ group: git
...
@@ -3,8 +3,8 @@ group: git
services
:
services
:
-
postgres
-
postgres
before_precompile
:
./bin/pkgr_before_precompile.sh
before_precompile
:
./bin/pkgr_before_precompile.sh
env
:
env
:
-
SKIP_STORAGE_VALIDATION=true
-
SKIP_STORAGE_VALIDATION=true
targets
:
targets
:
debian-7
:
&wheezy
debian-7
:
&wheezy
build_dependencies
:
build_dependencies
:
...
...
changelogs/unreleased/60818_yamllint_project_root.yml
0 → 100644
View file @
23266cc6
---
title
:
Fix yaml linting for project root *.yml files
merge_request
:
27579
author
:
Will Hall
type
:
fixed
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment