Skip to content

Commit

Permalink
pw_watch: Watch for changes in .java files by default
Browse files Browse the repository at this point in the history
Since //pw_watch works with Bazel, it now covers Java sources.

Change-Id: I56c61da1181810f1324abbc5b9d851ec933313c2
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/260515
Commit-Queue: Auto-Submit <[email protected]>
Lint: Lint 🤖 <[email protected]>
Pigweed-Auto-Submit: Wyatt Hepler <[email protected]>
Presubmit-Verified: CQ Bot Account <[email protected]>
Reviewed-by: Ted Pudlik <[email protected]>
Docs-Not-Needed: Wyatt Hepler <[email protected]>
  • Loading branch information
255 authored and CQ Bot Account committed Jan 14, 2025
1 parent 1ca8d34 commit 587b9d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pw_watch/py/pw_watch/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
'*.h',
'*.hpp',
'*.html',
'*.java',
'*.js',
'*.ld',
'*.md',
Expand Down

0 comments on commit 587b9d7

Please sign in to comment.