summaryrefslogtreecommitdiff
path: root/.codeclimate.yml
diff options
context:
space:
mode:
authorWill Hall <will@willhallonline.co.uk>2019-05-20 13:50:32 +0000
committerKamil TrzciƄski <ayufan@ayufan.eu>2019-05-20 13:50:32 +0000
commit23266cc64d221f85ff0ae8f8fc19edbb40ea3172 (patch)
tree7b479e17937780aa4c5f8ed442972d6a6e429ae6 /.codeclimate.yml
parentc513434c9d7bdfa5e1c8bd3a86fe84df693faebd (diff)
downloadgitlab-ce-23266cc64d221f85ff0ae8f8fc19edbb40ea3172.tar.gz
#60818 Correct linting for project root *.yml files
Diffstat (limited to '.codeclimate.yml')
-rw-r--r--.codeclimate.yml58
1 files changed, 29 insertions, 29 deletions
diff --git a/.codeclimate.yml b/.codeclimate.yml
index 9998ddba643..2be8e63e842 100644
--- a/.codeclimate.yml
+++ b/.codeclimate.yml
@@ -6,35 +6,35 @@ engines:
enabled: true
config:
languages:
- - ruby
- - javascript
+ - ruby
+ - javascript
ratings:
paths:
- - Gemfile.lock
- - "**.erb"
- - "**.haml"
- - "**.rb"
- - "**.rhtml"
- - "**.slim"
- - "**.inc"
- - "**.js"
- - "**.jsx"
- - "**.module"
+ - Gemfile.lock
+ - "**.erb"
+ - "**.haml"
+ - "**.rb"
+ - "**.rhtml"
+ - "**.slim"
+ - "**.inc"
+ - "**.js"
+ - "**.jsx"
+ - "**.module"
exclude_paths:
-- config/
-- db/
-- features/
-- node_modules/
-- spec/
-- vendor/
-- .yarn-cache/
-- tmp/
-- builds/
-- coverage/
-- public/
-- shared/
-- webpack-report/
-- log/
-- backups/
-- coverage-javascript/
-- plugins/
+ - config/
+ - db/
+ - features/
+ - node_modules/
+ - spec/
+ - vendor/
+ - .yarn-cache/
+ - tmp/
+ - builds/
+ - coverage/
+ - public/
+ - shared/
+ - webpack-report/
+ - log/
+ - backups/
+ - coverage-javascript/
+ - plugins/