-
Notifications
You must be signed in to change notification settings - Fork 1
Labels
featureProduct featureProduct feature
Description
Summary
As part of #613, move path_filters into the BaseConfig.
To Dos
- Add
addition_to_excluded_pathsas an argument for projects to add on their own unique paths to exclude- Make clear in the description that users should modify the defaults if relevant for other projects in the future
- Add
excluded_pathsas a property to be used instead - Remove
path_filtersfromConfigand put kept values asaddition_to_excluded_paths - Scan other repos to see what values they fill in here & update with common defaults
- https://github.com/search?q=org%3Aexasol+path_filters&type=code&p=1
- everything seems covered already; there were a two with .workspace but it's not clear to me what that is.
- Clean up the
DEFAULT_PATH_FILTERS& where they are used (usingcheck_for_config_attribute) - Add tests for
- Rename
python_filesto be clearer what it is & check for tests - Modify documentation with a hint
Metadata
Metadata
Assignees
Labels
featureProduct featureProduct feature