2019-04-12 18:29:11 +02:00
|
|
|
---
|
2025-05-25 09:10:43 +02:00
|
|
|
extends: "default"
|
2019-04-12 18:29:11 +02:00
|
|
|
|
|
|
|
ignore: |
|
|
|
|
vendor/
|
|
|
|
|
|
|
|
rules:
|
|
|
|
line-length:
|
|
|
|
max: 120
|
2025-05-25 09:10:43 +02:00
|
|
|
level: "warning"
|
|
|
|
truthy: false
|
|
|
|
comments:
|
|
|
|
min-spaces-from-content: 1
|
|
|
|
comments-indentation: false
|
|
|
|
braces:
|
|
|
|
max-spaces-inside: 1
|
|
|
|
octal-values:
|
|
|
|
forbid-implicit-octal: true
|
|
|
|
forbid-explicit-octal: true
|
|
|
|
quoted-strings:
|
|
|
|
quote-type: "double"
|
|
|
|
required: true
|