diff options
author | Will Hall <will@willhallonline.co.uk> | 2019-05-20 13:50:32 +0000 |
---|---|---|
committer | Kamil TrzciĆski <ayufan@ayufan.eu> | 2019-05-20 13:50:32 +0000 |
commit | 23266cc64d221f85ff0ae8f8fc19edbb40ea3172 (patch) | |
tree | 7b479e17937780aa4c5f8ed442972d6a6e429ae6 /.codeclimate.yml | |
parent | c513434c9d7bdfa5e1c8bd3a86fe84df693faebd (diff) | |
download | gitlab-ce-23266cc64d221f85ff0ae8f8fc19edbb40ea3172.tar.gz |
#60818 Correct linting for project root *.yml files
Diffstat (limited to '.codeclimate.yml')
-rw-r--r-- | .codeclimate.yml | 58 |
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/ |