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

Ability to configure globs and globally excluded paths #125

Merged
merged 3 commits into from
Mar 22, 2020
Merged

Conversation

veelenga
Copy link
Member

@veelenga veelenga commented Dec 28, 2019

  • add the ability to configure globs:

Examples:

! means exclude (as it works for Excluded section at rule level)

Globs: **/*.cr

Globs:
  - "**/*.cr"
  - "!spec/server/*.cr"

# defaults to

Globs:
  - "**/*.cr"
  - "!lib"
  • add the ability to exclude globally (meaning exclude from globs):
Excluded:
  - spec
  - src/server/*.cr
  • document sections

should close #124

@veelenga veelenga merged commit 6a913be into master Mar 22, 2020
@veelenga veelenga deleted the config-globs branch March 22, 2020 13:12
@Sija Sija added the feature label Oct 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ability to globally exclude file pattern matches
2 participants