mirror of
https://github.com/ivuorinen/docker-php-with-imagick-multi.git
synced 2026-03-12 10:59:26 +00:00
Add root .yamllint.yml with relaxed rules matching the megalinter config and disable the truthy rule that flags `on:` in GitHub Actions workflows. Remove trailing blank line from pr-build.yml.
14 lines
199 B
YAML
14 lines
199 B
YAML
---
|
|
extends: default
|
|
rules:
|
|
braces:
|
|
max-spaces-inside: 1
|
|
new-lines:
|
|
level: warning
|
|
type: unix
|
|
line-length:
|
|
max: 500
|
|
comments:
|
|
min-spaces-from-content: 1
|
|
truthy: disable
|