mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-13 09:02:26 +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
|
||||
# under the License.
|
||||
---
|
||||
extends: relaxed
|
||||
extends: default
|
||||
|
||||
rules:
|
||||
line-length:
|
||||
max: 400 # Very forgiving for GitHub Actions and infrastructure files
|
||||
indentation: disable # Disable indentation checking for existing files
|
||||
comments: disable # Disable comment formatting checks
|
||||
braces: disable
|
||||
brackets: disable # Disable bracket spacing checks
|
||||
colons:
|
||||
max-spaces-after: -1 # Allow any number of spaces after colon
|
||||
|
||||
@ -24,7 +24,7 @@ services:
|
||||
- db:/var/lib/mysql
|
||||
environment:
|
||||
MYSQL_DATABASE: cloud
|
||||
# MYSQL_ROOT_PASSWORD: root
|
||||
# MYSQL_ROOT_PASSWORD: root
|
||||
MYSQL_ALLOW_EMPTY_PASSWORD: 1
|
||||
MYSQL_USER: cloud
|
||||
MYSQL_PASSWORD: cloud
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user