mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-15 18:12:35 +01:00
yamllint use extends: default (#12066)
This commit is contained in:
parent
78f9e6584b
commit
f417c6b0a1
3
.github/linters/.yamllint.yml
vendored
3
.github/linters/.yamllint.yml
vendored
@ -15,13 +15,14 @@
|
|||||||
# specific language governing permissions and limitations
|
# specific language governing permissions and limitations
|
||||||
# under the License.
|
# under the License.
|
||||||
---
|
---
|
||||||
extends: relaxed
|
extends: default
|
||||||
|
|
||||||
rules:
|
rules:
|
||||||
line-length:
|
line-length:
|
||||||
max: 400 # Very forgiving for GitHub Actions and infrastructure files
|
max: 400 # Very forgiving for GitHub Actions and infrastructure files
|
||||||
indentation: disable # Disable indentation checking for existing files
|
indentation: disable # Disable indentation checking for existing files
|
||||||
comments: disable # Disable comment formatting checks
|
comments: disable # Disable comment formatting checks
|
||||||
|
braces: disable
|
||||||
brackets: disable # Disable bracket spacing checks
|
brackets: disable # Disable bracket spacing checks
|
||||||
colons:
|
colons:
|
||||||
max-spaces-after: -1 # Allow any number of spaces after colon
|
max-spaces-after: -1 # Allow any number of spaces after colon
|
||||||
|
|||||||
@ -24,7 +24,7 @@ services:
|
|||||||
- db:/var/lib/mysql
|
- db:/var/lib/mysql
|
||||||
environment:
|
environment:
|
||||||
MYSQL_DATABASE: cloud
|
MYSQL_DATABASE: cloud
|
||||||
# MYSQL_ROOT_PASSWORD: root
|
# MYSQL_ROOT_PASSWORD: root
|
||||||
MYSQL_ALLOW_EMPTY_PASSWORD: 1
|
MYSQL_ALLOW_EMPTY_PASSWORD: 1
|
||||||
MYSQL_USER: cloud
|
MYSQL_USER: cloud
|
||||||
MYSQL_PASSWORD: cloud
|
MYSQL_PASSWORD: cloud
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user