зеркало из https://github.com/Azure/ARO-RP.git
Run prettier on the pipeline yaml files (#2979)
* move prettierrc up one level * add a prettierignore * update files
This commit is contained in:
Родитель
940e5a04e2
Коммит
ede320dd33
|
@ -37,7 +37,8 @@ linters-settings:
|
|||
stylecheck:
|
||||
# added additional checks for comments in Go.
|
||||
# Refer https://staticcheck.io/docs/options#checks for details
|
||||
checks: ["all", "-ST1000", "-ST1003", "-ST1016", "-ST1020", "-ST1021", "-ST1022"]
|
||||
checks:
|
||||
["all", "-ST1000", "-ST1003", "-ST1016", "-ST1020", "-ST1021", "-ST1022"]
|
||||
dot-import-whitelist:
|
||||
- github.com/onsi/ginkgo/v2
|
||||
- github.com/onsi/gomega
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# if you include this template, also include template-az-cli-logout.yml to
|
||||
# remove the credentials from the CI VM.
|
||||
parameters:
|
||||
azureDevOpsJSONSPN: ''
|
||||
azureDevOpsJSONSPN: ""
|
||||
steps:
|
||||
- script: |
|
||||
set -e
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
parameters:
|
||||
dryRun: ''
|
||||
purgeTTL: ''
|
||||
purgeCreatedTag: ''
|
||||
resourceGroupDeletePrefixes: ''
|
||||
subscriptionCredentialsJSON: ''
|
||||
subscriptionId: ''
|
||||
dryRun: ""
|
||||
purgeTTL: ""
|
||||
purgeCreatedTag: ""
|
||||
resourceGroupDeletePrefixes: ""
|
||||
subscriptionCredentialsJSON: ""
|
||||
subscriptionId: ""
|
||||
|
||||
steps:
|
||||
- script: |
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
parameters:
|
||||
azureDevOpsJSONSPN: ''
|
||||
subscriptionID: ''
|
||||
azureDevOpsJSONSPN: ""
|
||||
subscriptionID: ""
|
||||
|
||||
steps:
|
||||
- script: |
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
parameters:
|
||||
rpImageACR: ''
|
||||
rpImageACR: ""
|
||||
steps:
|
||||
- script: |
|
||||
set -e
|
||||
|
|
|
@ -0,0 +1,10 @@
|
|||
*aro.openshift.io*.yaml
|
||||
/pkg/**/staticresources/
|
||||
/pkg/deploy/assets/
|
||||
/pkg/operator/controllers/muo/test_files/
|
||||
/pkg/portal/assets/
|
||||
/pkg/portal/cluster/testdocs/
|
||||
/pkg/util/dynamichelper/discovery/
|
||||
/portal/v2/node_modules/
|
||||
/swagger/
|
||||
/vendor/
|
Загрузка…
Ссылка в новой задаче