Skip to content

Commit

Permalink
re try recursive pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudTT committed Sep 17, 2024
1 parent e313ba1 commit bdb747c
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions check_copyright_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,16 @@ DEFAULT:

# Update the include section with the file types you want to check
include:
- "*.py"
- "*.tsx"
- "*.html"
- "*.js"
- "*.css"
- "*.json"
- "*.yaml"
- "**/*.py"
- "**/*.html"
- "**/*.css"
- "**/*.js"
- "**/*.jsx"
- "**/*.ts"
- "**/*.tsx"
- "**/*.json"
- "**/*.yaml"
- "**/*.scss"

ignore: # You can also select ignoring files here
perform_check: no # Don't check files from that block
Expand Down

0 comments on commit bdb747c

Please sign in to comment.