Skip to content

Commit

Permalink
buildifier: ignore .git and .ijwb directories (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
KushalP authored Dec 17, 2024
1 parent 9128538 commit 561cb6a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ filegroup(

buildifier(
name = "buildifier",
exclude_patterns = [
"./.git/*",
"./.ijwb/*",
],
lint_mode = "warn",
mode = "check",
)

0 comments on commit 561cb6a

Please sign in to comment.