Skip to content

Commit f417c6b

Browse files
authored
yamllint use extends: default (#12066)
1 parent 78f9e65 commit f417c6b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/linters/.yamllint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,14 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717
---
18-
extends: relaxed
18+
extends: default
1919

2020
rules:
2121
line-length:
2222
max: 400 # Very forgiving for GitHub Actions and infrastructure files
2323
indentation: disable # Disable indentation checking for existing files
2424
comments: disable # Disable comment formatting checks
25+
braces: disable
2526
brackets: disable # Disable bracket spacing checks
2627
colons:
2728
max-spaces-after: -1 # Allow any number of spaces after colon

tools/docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ services:
2424
- db:/var/lib/mysql
2525
environment:
2626
MYSQL_DATABASE: cloud
27-
# MYSQL_ROOT_PASSWORD: root
27+
# MYSQL_ROOT_PASSWORD: root
2828
MYSQL_ALLOW_EMPTY_PASSWORD: 1
2929
MYSQL_USER: cloud
3030
MYSQL_PASSWORD: cloud

0 commit comments

Comments
 (0)