Remove configs

This commit is contained in:
Magnus Root 2026-05-12 12:10:52 +03:00
parent bd531dd416
commit f290c42d0f
4 changed files with 0 additions and 44 deletions

View file

View file

@ -1,26 +0,0 @@
---
name: YAML Lint
on: [push]
jobs:
yamllint:
runs-on: ubuntu-yamllint
steps:
- name: Checkout linting
uses: actions/checkout@v4
- name: Run yamllint with auto-detected config
run: |
yamllint -c .yamllint .
gitleaks:
runs-on: ubuntu-yamllint
steps:
- name: Checkout passwords leaks
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run gitleaks
run: gitleaks detect --source . --verbose
...

View file

@ -1,7 +0,0 @@
[extend]
useDefault = true
[allowlist]
paths = [
# '''roles/logs_settings_on_ptaf/templates/filebeat.yml.j2''',
]

View file

@ -1,11 +0,0 @@
---
extends: default
ignore: |
roles/filebeat_install/files/fields.yml
.gitea/workflows/yamllint.yml
rules:
line-length:
max: 180
...