Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

global should also be overridable #347

Open
ahsanashraf918 opened this issue Oct 31, 2024 · 0 comments
Open

global should also be overridable #347

ahsanashraf918 opened this issue Oct 31, 2024 · 0 comments

Comments

@ahsanashraf918
Copy link

ahsanashraf918 commented Oct 31, 2024

const pathsFilter: PathsFilter = {

there should be flexibility to override global path filter. if global is provided via input then it should take precedence

const pathsFilter: PathsFilter = {
  global: {
    paths: this.inputs.paths,
    paths_ignore: this.inputs.pathsIgnore,
    backtracking: true
  },
  ...this.inputs.pathsFilter
}
@ahsanashraf918 ahsanashraf918 changed the title globle should also be overridable global should also be overridable Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant