-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.mega-linter.yml
30 lines (29 loc) · 961 Bytes
/
.mega-linter.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
# vim: set ai expandtab sw=2 ts=2 sts=2 re=2 ft=yaml:
# code: language=yaml
#
# SPDX-FileCopyrightText: 2023 Pablo Hörtner <[email protected]>
# SPDX-License-Identifier: AGPL-3.0-or-later
#
# Copyright © 2023 by Pablo Hörtner <[email protected]>. All rights reserved.
# You can find the AGPL v3.0 here: https://www.gnu.org/licenses/agpl-3.0
# Attribution required if you use this EditorConfig file in your project.
#
# This workflow executes several linters on changed files based on languages
# used in our code base – whenever we "git push" code or open a pull request.
#
# MegaLinter configuration file
# @see https://megalinter.io/configuration/
APPLY_FIXES: all
FILTER_REGEX_EXCLUDE: '(\.github/workflows|\.venv|_site)'
PRINT_ALL_FILES: false
REPOSITORY_TRIVY_ARGUMENTS:
- "--skip-dirs"
- ".venv"
SHOW_ELAPSED_TIME: true
SPELL_FILTER_REGEX_EXCLUDE: (\.github|_site|LICENSE|LICENSES)
SPELL_VALE_FILE_EXTENSIONS:
- .markdown
- .md
- .text
- .txt