Skip to content

Move path_filters into BaseConfig #614

@ArBridgeman

Description

@ArBridgeman

Summary

As part of #613, move path_filters into the BaseConfig.

To Dos

  • Add addition_to_excluded_paths as 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_paths as a property to be used instead
  • Remove path_filters from Config and put kept values as addition_to_excluded_paths
  • Scan other repos to see what values they fill in here & update with common defaults
  • Clean up the DEFAULT_PATH_FILTERS & where they are used (using check_for_config_attribute)
  • Add tests for
  • Rename python_files to be clearer what it is & check for tests
  • Modify documentation with a hint

Metadata

Metadata

Assignees

Labels

featureProduct feature

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions