Skip to content
Snippets Groups Projects
Commit 270eb919 authored by Giovannoni Laurent's avatar Giovannoni Laurent
Browse files

FEAT #2482 nettoyage

parent 045704cf
No related branches found
No related tags found
No related merge requests found
# src_dir:
#
# Indicates the source directory relatively to the root of the project
#
# Default: Maarch
#
# Examples:
src_dir: /
#src_dir: MaarchX
# tests_dir:
#
# Indicates the directory where automated tests are relatively to the
# root of the project
#
# Default: tests
#
# Examples:
tests_dir: "core/tests"
# ignore_patterns:
#
# List of directory pattern to exclude from static analysis.
# Listed patterns will be added to the default list.
# Globbing is supported :
# - * : matches any sequence of character
# - ** : matches directories recursively.
# - ? : matches any one character.
# - [set]: matches any one character in set.
# - {p,q}: matches either literal p or literal q.
#
# Default: [tests, build]
#
# Examples:
#ignore_patterns: [pattern1, pattern2]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment