Skip to content

Commit

Permalink
Fix inconsistent indentation in yaml files
Browse files Browse the repository at this point in the history
  • Loading branch information
imtayadeway committed Oct 4, 2017
1 parent 2ecad73 commit 3806c7f
Show file tree
Hide file tree
Showing 10 changed files with 49 additions and 49 deletions.
32 changes: 16 additions & 16 deletions .haml-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,22 +51,22 @@ linters:
RuboCop:
enabled: true
ignored_cops:
- Lint/BlockAlignment
- Lint/EndAlignment
- Lint/Void
- Metrics/LineLength
- Style/AlignParameters
- Style/BlockNesting
- Style/ExtraSpacing
- Style/FileName
- Style/FinalNewline
- Style/IfUnlessModifier
- Style/IndentationWidth
- Style/Next
- Style/TrailingBlankLines
- Style/TrailingWhitespace
- Style/WhileUntilModifier
- Style/SpaceAroundOperators
- Lint/BlockAlignment
- Lint/EndAlignment
- Lint/Void
- Metrics/LineLength
- Style/AlignParameters
- Style/BlockNesting
- Style/ExtraSpacing
- Style/FileName
- Style/FinalNewline
- Style/IfUnlessModifier
- Style/IndentationWidth
- Style/Next
- Style/TrailingBlankLines
- Style/TrailingWhitespace
- Style/WhileUntilModifier
- Style/SpaceAroundOperators

RubyComments:
enabled: true
Expand Down
4 changes: 2 additions & 2 deletions .scss-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ linters:
convention: none
DuplicateProperty:
ignore_consecutive:
- background
- transition
- background
- transition
HexLength:
style: long
ImportantRule:
Expand Down
28 changes: 14 additions & 14 deletions config/webpacker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@ default: &default
public_output_path: packs

extensions:
- .coffee
- .erb
- .js
- .jsx
- .ts
- .vue
- .sass
- .scss
- .css
- .png
- .svg
- .gif
- .jpeg
- .jpg
- .coffee
- .erb
- .js
- .jsx
- .ts
- .vue
- .sass
- .scss
- .css
- .png
- .svg
- .gif
- .jpeg
- .jpg

development:
<<: *default
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ cols:
include:
configuration_script_source:
columns:
- name
- name

# Order of columns (from all tables)
col_order:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ cols:
include:
binary_blob:
columns:
- name
- size
- name
- size

# Included tables and columns for query performance

Expand Down
2 changes: 1 addition & 1 deletion product/views/ServiceTemplateCatalog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cols:
include:
tenant:
columns:
- name
- name

# Included tables and columns for query performance
include_for_find:
Expand Down
2 changes: 1 addition & 1 deletion product/views/Vm-VmReconfigureRequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ include:
# Included tables and columns for query performance
include_for_find:
:hardware:
:disks: {}
:disks: {}

# Order of columns (from all tables)
col_order:
Expand Down
2 changes: 1 addition & 1 deletion product/views/Vm__restricted.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ include:
# Included tables and columns for query performance
include_for_find:
:hardware:
:disks: {}
:disks: {}

# Order of columns (from all tables)
col_order:
Expand Down
4 changes: 2 additions & 2 deletions product/views/VmdbIndex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ cols:
# Included tables (joined, has_one, has_many) and columns
include:
vmdb_table:
columns:
- type
columns:
- type
latest_hourly_metric:
columns:
- rows
Expand Down
18 changes: 9 additions & 9 deletions spec/javascripts/support/jasmine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
# - dist/**/*.js
#
src_files:
- __spec__/helpers/i18n-test.js
- assets/phantomjs-polyfill/bind-polyfill
- assets/application
- assets/jasmine-jquery
- assets/angular-mocks
- __spec__/helpers/fixtures-fix.js
- packs/manageiq-ui-classic/application-common.js
- __spec__/helpers/i18n-test.js
- assets/phantomjs-polyfill/bind-polyfill
- assets/application
- assets/jasmine-jquery
- assets/angular-mocks
- __spec__/helpers/fixtures-fix.js
- packs/manageiq-ui-classic/application-common.js

# stylesheets
#
Expand All @@ -43,7 +43,7 @@ stylesheets:
# - helpers/**/*.js
#
helpers:
- 'helpers/**/*.js'
- 'helpers/**/*.js'

# spec_files
#
Expand All @@ -56,7 +56,7 @@ helpers:
# - **/*[sS]pec.js
#
spec_files:
- '**/*[sS]pec.js'
- '**/*[sS]pec.js'

# src_dir
#
Expand Down

0 comments on commit 3806c7f

Please sign in to comment.