Use ignore-paths and reset ignore-patterns to default

This commit is contained in:
Laurent Monin
2024-05-16 13:36:46 +02:00
parent 9037f51dd3
commit 07727e367e

View File

@@ -52,12 +52,12 @@ ignore=CVS
# ignore-list. The regex matches against paths and can be in Posix or Windows # ignore-list. The regex matches against paths and can be in Posix or Windows
# format. Because '\\' represents the directory delimiter on Windows systems, # format. Because '\\' represents the directory delimiter on Windows systems,
# it can't be used as an escape character. # it can't be used as an escape character.
ignore-paths= ignore-paths=picard/ui/forms
# Files or directories matching the regular expression patterns are skipped. # Files or directories matching the regular expression patterns are skipped.
# The regex matches against base names, not paths. The default value ignores # The regex matches against base names, not paths. The default value ignores
# Emacs file locks # Emacs file locks
ignore-patterns=ui_.*\.py ignore-patterns=^\.#
# List of module names for which member attributes should not be checked # List of module names for which member attributes should not be checked
# (useful for modules/projects where namespaces are manipulated during runtime # (useful for modules/projects where namespaces are manipulated during runtime