Skip to content

Commit

Permalink
Exclude workflows from tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuem committed Nov 15, 2023
1 parent 244d727 commit a6ce5d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/make/tidy.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ exit_on_error true
glob_pattern_array = array "./**/*.rs" "./**/*.yml" "./**/*.toml" "./**/*.rst" "./**/*.bat" "./**/*.c" "./**/*.cpp"
# Skip the files matching these patterns.
glob_skip_pattern_array = array "**/target/**/*" "ffi/capi/**/docs/**/*" "**/node_modules/**/*" "**/data/**/*" "ffi/gn/vendor/**/*" "ffi/gn/third_party_tools/**/*" "ffi/capi/c/examples/fixeddecimal_tiny/baked_data/**/*"
glob_skip_pattern_array = array "**/target/**/*" "ffi/capi/**/docs/**/*" "**/node_modules/**/*" "**/data/**/*" "ffi/gn/vendor/**/*" "ffi/gn/third_party_tools/**/*" "ffi/capi/c/examples/fixeddecimal_tiny/baked_data/**/*" ".github/workflows/**"
blank_line = set ""
Expand Down

0 comments on commit a6ce5d1

Please sign in to comment.