Skip to content

Commit

Permalink
Remove unneeded YamlLint disable-line comments for "truthy" rule
Browse files Browse the repository at this point in the history
These cases are already resolved by the YamlLint configuration file.
  • Loading branch information
Potherca committed Apr 18, 2022
1 parent abd5499 commit 21d61dd
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/linting.yaml
@@ -1,7 +1,6 @@
---
name: Linting jobs

# yamllint disable-line rule:truthy
on:
- push
- pull_request
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/phplint.yml
@@ -1,7 +1,6 @@
---
name: PHP Lint

# yamllint disable-line rule:truthy
on:
- push
- pull_request
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/securitycheck.yml
@@ -1,7 +1,6 @@
---
name: Security check

# yamllint disable-line rule:truthy
on:
- push
- pull_request
Expand Down

0 comments on commit 21d61dd

Please sign in to comment.