1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-28 17:21:46 +02:00

lint: drop unneeded quotes from around rule names

This commit is contained in:
Evangelos Foutras 2022-10-07 11:13:16 +03:00
parent 17e8ab15fe
commit d7c2f6271c
No known key found for this signature in database
GPG Key ID: 51E8B148A9999C34

@ -9,10 +9,10 @@ skip_list:
# yaml: too many spaces inside braces (yaml[braces])
- yaml[braces]
# Do not recommend running tasks as handlers
- 'no-handler'
- no-handler
# Do not force galaxy info in meta/main.yml
- 'meta-no-info'
- meta-no-info
# Allow package versions to be specified as 'latest'
- 'package-latest'
- package-latest
# Don't require FQCN for builtin actions
- 'fqcn-builtins'
- fqcn-builtins