-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
I have a project where I put lots of virtual environments under .mam
. I've generated a config using bellybutton init
and then excluded that directory with the following settings file:
settings:
all_files: &all_files !settings
included:
- ~+/*
excluded:
- ~+/.tox/*
- ~+/.mam/*
allow_ignore: yes
default_settings: *all_files
rules:
ExampleRule:
description: "Empty module."
expr: /Module/body[not(./*)]
example: ""
instead: |
"""This module has a docstring."""
I get the error in #22 from these files. I know this because I changed cli#109 to use a try except and raise the file name as a new error. The problem file is:
.\.mam\bandit\Lib\functools.py
I'm guessing I'm doing something wrong. But it's not excluding the file.
Metadata
Metadata
Assignees
Labels
No labels