Skip to content

Commit ac4b19e

Browse files
committed
https://github.com/ansible/ansible-lint/pull/4139
1 parent df287fa commit ac4b19e

38 files changed

+51
-65
lines changed

.ansible-lint

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22

3-
# Copyright 2023 Wong Hoi Sing Edison <[email protected]>
3+
# Copyright 2024 Wong Hoi Sing Edison <[email protected]>
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

.yamllint

+14-28
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22

3-
# Copyright 2023 Wong Hoi Sing Edison <[email protected]>
3+
# Copyright 2024 Wong Hoi Sing Edison <[email protected]>
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.
@@ -15,35 +15,21 @@
1515
# limitations under the License.
1616

1717
extends: default
18-
1918
rules:
2019
braces:
2120
max-spaces-inside: 1
22-
level: error
23-
brackets:
24-
max-spaces-inside: 1
25-
level: error
26-
colons:
27-
max-spaces-after: -1
28-
level: error
29-
commas:
30-
max-spaces-after: -1
31-
level: error
32-
comments: disable
33-
comments-indentation: disable
34-
document-start: disable
35-
empty-lines:
36-
max: 3
37-
level: error
38-
hyphens:
39-
level: error
21+
min-spaces-inside: 0
22+
comments:
23+
min-spaces-from-content: 1
24+
comments-indentation: false
25+
document-start:
26+
present: true
4027
indentation:
41-
spaces: 2
42-
indent-sequences: true
43-
key-duplicates: enable
28+
indent-sequences: consistent
29+
level: error
30+
key-duplicates:
31+
forbid-duplicated-merge-keys: true
4432
line-length: disable
45-
new-line-at-end-of-file: disable
46-
new-lines:
47-
type: unix
48-
trailing-spaces: disable
49-
truthy: disable
33+
octal-values:
34+
forbid-explicit-octal: true
35+
forbid-implicit-octal: true

roles/ansible

roles/bootstrap

roles/buildah

roles/cloud_init

roles/conmon

roles/crun

roles/cvs

roles/git

roles/httpd

roles/kernel

roles/libvirt

roles/locales

roles/mariadb

roles/mercurial

roles/molecule

roles/node

roles/openjdk

roles/packer

roles/perforce

roles/php

roles/podman

roles/postgres

roles/python

roles/rclone

roles/restic

roles/skopeo

roles/sqlite

roles/sshd

roles/svn

roles/timezone

roles/vagrant

roles/vim

roles/virtualbox

0 commit comments

Comments
 (0)