Skip to content

Commit

Permalink
Update yaml lint rules and files (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
pyby authored Apr 4, 2024
1 parent a79cc12 commit ddf1f47
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 9 deletions.
1 change: 0 additions & 1 deletion .github/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
changelog:
exclude:
authors:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/pr-closure.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
name: Deployments after PR closure

on:
Expand Down
2 changes: 0 additions & 2 deletions .jira/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
---

deployments:
environmentMapping:
testing:
Expand Down
1 change: 0 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
inherit_mode:
merge:
- Include
Expand Down
1 change: 0 additions & 1 deletion .swiftlint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
included:
- Application
- Common
Expand Down
2 changes: 0 additions & 2 deletions .yamllint.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
---

rules:
line-length:
max: 120
2 changes: 1 addition & 1 deletion Scripts/check-quality.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ bundle exec rubocop --format quiet
echo "... checking Shell scripts..."
shellcheck Scripts/*.sh hooks/*
echo "... checking YAML files..."
yamllint .*.yml .github
yamllint .*.yml .github .jira

0 comments on commit ddf1f47

Please sign in to comment.