Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbazhenoff committed Mar 30, 2024
1 parent 9a4b8cb commit b24ffe0
Show file tree
Hide file tree
Showing 16 changed files with 1,518 additions and 1,425 deletions.
19 changes: 19 additions & 0 deletions lychee.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# More info: https://lychee.cli.rs/usage/config/
verbose = "info"
cache = true
require_https = false
include_verbatim = true
exclude_private = true
exclude_link_local = true

# Remap URI matching pattern to different URI.
# remap = ["https://example.com http://example.invalid"]
remap = [
"https://copr-be.cloud.fedoraproject.org/results/thm https://copr-be.cloud.fedoraproject.org/results/thm/lxc",
"https://rpms.remirepo.net https://rpms.remirepo.net/%7B%",
"https://dl.fedoraproject.org/pub/epel https://dl.fedoraproject.org/pub/epel/epel-release-latest-"
]
# Exclude URLs and mail addresses from checking (supports regex).
# exclude = ['^https://www\.linkedin\.com', '^https://web\.archive\.org/web/']
exclude = ['^http://localhost', '^http://your.zabbix.domain']

13 changes: 4 additions & 9 deletions roles/bareos/.ansible-lint
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
---
### ansible linter config
###
### more details:
### - https://ansible-lint.readthedocs.io/en/latest/configuring/#configuration-file
### Please keep in mind how to skip rule inside a playbook/role:
### - https://ansible-lint.readthedocs.io/en/latest/rules/#false-positives-skipping-rules
# ansible-lint config
# see: https://ansible.readthedocs.io/projects/lint/usage/#specifying-rules-at-runtime
# https://ansible.readthedocs.io/projects/lint/usage/#muting-warnings-to-avoid-false-positives

exclude_paths:
- .gitignore
- .gitmodules
quiet: true
verbosity: 1

# exclude_paths:
# skip_list:
# enable_list:
# warn_list:
Empty file removed roles/bareos/.gitkeep
Empty file.
7 changes: 5 additions & 2 deletions roles/bareos/.yamllint
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ ignore: |

rules:
braces:
min-spaces-inside: 0
max-spaces-inside: 1
min-spaces-inside-empty: 0
max-spaces-inside-empty: 0
level: error
brackets:
max-spaces-inside: 1
Expand All @@ -20,7 +23,7 @@ rules:
level: error
comments: disable
comments-indentation: disable
document-start: disable
document-start: enable
empty-lines:
max: 2
level: error
Expand All @@ -37,4 +40,4 @@ rules:
trailing-spaces: enable
truthy:
allowed-values: ['true', 'false']
check-keys: true
check-keys: true
Loading

0 comments on commit b24ffe0

Please sign in to comment.