-
Notifications
You must be signed in to change notification settings - Fork 898
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into issue_16739
- Loading branch information
Showing
53 changed files
with
287 additions
and
312 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,52 +1,33 @@ | ||
AllCops: | ||
Exclude: | ||
- lib/generators/provider/templates/**/* | ||
- db/schema.rb | ||
GlobalVars: | ||
AllowedVariables: | ||
# Loggers | ||
- $audit_log | ||
- $api_log | ||
- $audit_log | ||
- $aws_log | ||
- $azure_log | ||
- $cn_monitoring_log | ||
- $container_log | ||
- $datawarehouse_log | ||
- $fog_log | ||
- $kube_log | ||
- $lenovo_log | ||
- $log | ||
- $miq_ae_logger | ||
- $mw_log | ||
- $policy_log | ||
- $rails_log | ||
- $rhevm_log | ||
- $kube_log | ||
- $mw_log | ||
- $cn_monitoring_log | ||
- $scvmm_log | ||
- $vcloud_log | ||
- $vim_log | ||
- $websocket_log | ||
- $vcloud_log | ||
# In Automate methods | ||
- $evm | ||
# | ||
# Special Exclusions | ||
# | ||
AllCops: | ||
TargetRubyVersion: 2.2 | ||
Exclude: | ||
- lib/generators/provider/templates/**/* | ||
- db/schema.rb | ||
- vendor/**/* | ||
ClassAndModuleCamelCase: | ||
Exclude: | ||
- lib/miq_automation_engine/service_models/*.rb | ||
FileName: | ||
Exclude: | ||
- lib/miq_automation_engine/service_models/*.rb | ||
Metrics/LineLength: | ||
Exclude: | ||
- Gemfile | ||
Rails/Exit: | ||
Exclude: | ||
- lib/workers/bin/* | ||
Rails/Output: | ||
Exclude: | ||
- lib/workers/bin/* | ||
Style/ExtraSpacing: | ||
Exclude: | ||
- Gemfile |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
yaml_strings_to_extract: | ||
db/fixtures/miq_product_features.*: | ||
- name | ||
- description | ||
db/fixtures/miq_report_formats.*: | ||
- description | ||
db/fixtures/notification_types.*: | ||
- message | ||
product/charts/layouts/*.yaml: | ||
- title | ||
product/charts/layouts/*/*.yaml: | ||
- title | ||
product/compare/*.yaml: | ||
- headers | ||
- group | ||
- menu_name | ||
- title | ||
product/reports/*/*.*: | ||
- headers | ||
- menu_name | ||
- title | ||
product/timelines/miq_reports/*.*: | ||
- title | ||
- name | ||
- headers |
Oops, something went wrong.