Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit b142116

Browse files
author
Jamie Snape
committed
Fix YAML style
1 parent 3ee613c commit b142116

File tree

5 files changed

+60
-56
lines changed

5 files changed

+60
-56
lines changed

.codeclimate.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,18 @@ engines:
3333
enabled: true
3434

3535
exclude_paths:
36-
- "core/public/js/jquery/*"
37-
- "data/*"
38-
- "docs/*"
39-
- "library/REST/*"
40-
- "library/SwaggerUI/*"
41-
- "log/*"
42-
- "modules/oai/library/oai/*"
43-
- "modules/statistics/public/js/googlemaps/*"
44-
- "modules/statistics/public/js/jquery/*"
45-
- "modules/visualize/public/js/jquery/*"
46-
- "modules/visualize/public/js/webgl/*"
47-
- "provisioning/*"
48-
- "tmp/*"
49-
- "utils/*"
50-
- "vendor/*"
36+
- 'core/public/js/jquery/*'
37+
- 'data/*'
38+
- 'docs/*'
39+
- 'library/REST/*'
40+
- 'library/SwaggerUI/*'
41+
- 'log/*'
42+
- 'modules/oai/library/oai/*'
43+
- 'modules/statistics/public/js/googlemaps/*'
44+
- 'modules/statistics/public/js/jquery/*'
45+
- 'modules/visualize/public/js/jquery/*'
46+
- 'modules/visualize/public/js/webgl/*'
47+
- 'provisioning/*'
48+
- 'tmp/*'
49+
- 'utils/*'
50+
- 'vendor/*'

.eslintrc

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,26 +18,31 @@
1818
#=============================================================================
1919

2020
---
21+
root: true
22+
23+
env:
24+
browser: true
25+
jquery: true
26+
27+
extends: 'eslint:recommended'
28+
2129
rules:
2230
indent:
2331
- 2
2432
- 4
25-
quotes:
26-
- 2
27-
- single
33+
2834
linebreak-style:
2935
- 2
3036
- unix
31-
semi:
32-
- 2
33-
- always
3437

3538
no-unused-vars:
3639
- 2
3740
- argsIgnorePattern: ^_
3841

39-
env:
40-
browser: true
41-
jquery: true
42+
quotes:
43+
- 2
44+
- single
4245

43-
extends: 'eslint:recommended'
46+
semi:
47+
- 2
48+
- always

.styleci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ disabled:
2929
- phpdoc_types
3030
- phpdoc_var_without_name
3131

32-
3332
finder:
3433
exclude:
3534
- data

app.yaml

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -26,30 +26,30 @@ api_version: 1
2626
threadsafe: yes
2727

2828
handlers:
29-
- url: /(apple-touch-icon-.*\.png)$
30-
static_files: \1
31-
upload: apple-touch-icon-.*\.png$
32-
secure: always
29+
- url: /(apple-touch-icon-.*\.png)$
30+
static_files: \1
31+
upload: apple-touch-icon-.*\.png$
32+
secure: always
3333

34-
- url: /favicon\.ico$
35-
static_files: favicon.ico
36-
upload: favicon\.ico$
37-
secure: always
34+
- url: /favicon\.ico$
35+
static_files: favicon.ico
36+
upload: favicon\.ico$
37+
secure: always
3838

39-
- url: /(.*/(public|SwaggerUI)/.*\.(css|gif|ico|jpeg|jpg|js|map|png))$
40-
static_files: \1
41-
upload: .*\.(css|gif|ico|jpeg|jpg|js|map|png)$
42-
secure: always
39+
- url: /(.*/(public|SwaggerUI)/.*\.(css|gif|ico|jpeg|jpg|js|map|png))$
40+
static_files: \1
41+
upload: .*\.(css|gif|ico|jpeg|jpg|js|map|png)$
42+
secure: always
4343

44-
# Must enable the task scheduler module. The cron job is defined in cron.yaml.
45-
- url: /scheduler/run
46-
script: index.php
47-
login: admin
48-
secure: always
44+
# Must enable the task scheduler module. The cron job is defined in cron.yaml.
45+
- url: /scheduler/run
46+
script: index.php
47+
login: admin
48+
secure: always
4949

50-
- url: /.*
51-
script: index.php
52-
secure: always
50+
- url: /.*
51+
script: index.php
52+
secure: always
5353

5454
# Update with the bucket name and the project id. Also update php.ini with the bucket name.
5555
env_variables:
@@ -59,10 +59,10 @@ env_variables:
5959
midas_temp_path: gs://your-cloudstorage-bucket/tmp
6060

6161
skip_files:
62-
- ^(.*/)?.*/(\.DS_Store|\.htaccess|\.gitignore|CMakeLists\.txt|.*\.java)$
63-
- ^(.*/)?.*/\.sass-cache/.*
64-
- ^(.*/)?(\.codeclimate\.yml|\.coveralls\.yml|\.editorconfig|\.php_cs|\.php_cs\.cache|\.styleci\.yml|\.travis\.yml|AUTHORS|bower\.json|composer\.json|composer\.lock|composer\.phar|COPYRIGHT|CTestConfig\.cmake|LICENSE|mkdocs\.yml|phpunit\.xml\.dist|README\.md|requirements\.txt|Vagrantfile)$
65-
- ^(.*/)?core/configs/.*\.local\.ini$
66-
- ^(.*/)?(\.git|\.idea|\.vagrant|data|docs|env|log|provisioning|site|tests|tmp|utils)/.*
67-
- ^(.*/)?(core|modules/.*)/(database/(pgsql|sqlite)|tests)/.*
68-
- ^(.*/)?modules/(archive|batchmake|dicom.*|javauploaddownload|metadataextractor|pvw|remoteprocessing|solr|statistics|visualize)/.*
62+
- ^(.*/)?.*/(\.DS_Store|\.htaccess|\.gitignore|CMakeLists\.txt|.*\.java)$
63+
- ^(.*/)?.*/\.sass-cache/.*
64+
- ^(.*/)?(\.codeclimate\.yml|\.coveralls\.yml|\.editorconfig|\.php_cs|\.php_cs\.cache|\.styleci\.yml|\.travis\.yml|AUTHORS|bower\.json|composer\.json|composer\.lock|composer\.phar|COPYRIGHT|CTestConfig\.cmake|LICENSE|mkdocs\.yml|phpunit\.xml\.dist|README\.md|requirements\.txt|Vagrantfile)$
65+
- ^(.*/)?core/configs/.*\.local\.ini$
66+
- ^(.*/)?(\.git|\.idea|\.vagrant|data|docs|env|log|provisioning|site|tests|tmp|utils)/.*
67+
- ^(.*/)?(core|modules/.*)/(database/(pgsql|sqlite)|tests)/.*
68+
- ^(.*/)?modules/(archive|batchmake|dicom.*|javauploaddownload|metadataextractor|pvw|remoteprocessing|solr|statistics|visualize)/.*

cron.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
---
2121
# Must enable the task scheduler module.
2222
cron:
23-
- description: task scheduler job
24-
url: /scheduler/run
25-
schedule: every 12 minutes
23+
- description: task scheduler job
24+
url: /scheduler/run
25+
schedule: every 12 minutes

0 commit comments

Comments
 (0)