-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from vossenwout/feature/more-extensions-to-stan…
…dard-exclude Include extension filtering capability
- Loading branch information
Showing
5 changed files
with
137 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
# Configuration for the crev tool | ||
# specify your Code AI Review API key (necessary for review command) | ||
api-key: "dcds" | ||
# specify the prefixes of files and directories to ignore (paths starting with . are always ignored) | ||
ignore: [tests, build, readme.md, LICENSE, dist] | ||
# specify the extensions of files to include (by default all files are included) | ||
extensions: # ex. [.go, .py, .js] | ||
api-key: # Fill in your CREV API key here | ||
# specify the prefixes of files and directories to ignore (by default common configuration files are ignored) | ||
ignore-pre: # ex. [tests, readme.md, scripts] | ||
# specify the extensions of files to ignore | ||
ignore-ext: [.go, .py, .js, .txt] | ||
# specify the extensions of files to include | ||
include-ext: # ex. [.go, .py, .js] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters