yamllint use extends: default (#12066)

This commit is contained in:
John Bampton 2025-12-12 02:59:45 +10:00 committed by GitHub
parent 78f9e6584b
commit f417c6b0a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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