File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ that projects compose into their own workflows.
2727| SQLFluff | linters | [ CI/linters/sqlfluff.yml] ( https://github.com/prog-time/workflows/blob/main/CI/linters/sqlfluff.yml ) |
2828| Stylelint | linters | [ CI/linters/stylelint.yml] ( https://github.com/prog-time/workflows/blob/main/CI/linters/stylelint.yml ) |
2929| SwiftLint | linters | [ CI/linters/swiftlint.yml] ( https://github.com/prog-time/workflows/blob/main/CI/linters/swiftlint.yml ) |
30+ | tflint | linters | [ CI/linters/tflint.yml] ( https://github.com/prog-time/workflows/blob/main/CI/linters/tflint.yml ) |
3031| yamllint | linters | [ CI/linters/yamllint.yml] ( https://github.com/prog-time/workflows/blob/main/CI/linters/yamllint.yml ) |
3132| mypy | static_analysis | [ CI/static_analysis/mypy.yml] ( https://github.com/prog-time/workflows/blob/main/CI/static_analysis/mypy.yml ) |
3233| PHPStan | static_analysis | [ CI/static_analysis/phpstan.yml] ( https://github.com/prog-time/workflows/blob/main/CI/static_analysis/phpstan.yml ) |
@@ -87,6 +88,7 @@ Workflows/
8788│ │ │ ├── sqlfluff.yml
8889│ │ │ ├── stylelint.yml
8990│ │ │ ├── swiftlint.yml
91+ │ │ │ ├── tflint.yml
9092│ │ │ └── yamllint.yml
9193│ │ ├── security/
9294│ │ │ ├── gitleaks.yml
@@ -120,6 +122,7 @@ Workflows/
120122│ │ ├── sqlfluff.sh
121123│ │ ├── stylelint.sh
122124│ │ ├── swiftlint.sh
125+ │ │ ├── tflint.sh
123126│ │ └── yamllint.sh
124127│ ├── security/
125128│ │ ├── gitleaks.sh
@@ -145,6 +148,7 @@ Workflows/
145148│ │ ├── shellcheck.bats
146149│ │ ├── sqlfluff.bats
147150│ │ ├── stylelint.bats
151+ │ │ ├── tflint.bats
148152│ │ └── yamllint.bats
149153│ ├── security/
150154│ │ ├── gitleaks.bats
@@ -247,6 +251,7 @@ shellcheck:
247251| `CI/linters/sqlfluff.yml` | [sqlfluff](https://sqlfluff.com) | SQL files |
248252| `CI/linters/stylelint.yml` | [stylelint](https://stylelint.io) | CSS / SCSS / LESS |
249253| `CI/linters/swiftlint.yml` | [swiftlint](https://realm.github.io/SwiftLint) | Swift |
254+ | `CI/linters/tflint.yml` | [tflint](https://github.com/terraform-linters/tflint) | Terraform |
250255| `CI/linters/yamllint.yml` | [yamllint](https://yamllint.readthedocs.io) | YAML files |
251256
252257# ## Static analysis
You can’t perform that action at this time.
0 commit comments