Skip to content

Commit

Permalink
update tidy watcher error desciption
Browse files Browse the repository at this point in the history
  • Loading branch information
klensy committed Nov 2, 2023
1 parent 8a6fbe8 commit 4d09021
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/tools/tidy/src/watcher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ fn check_entry(entry: &ListEntry<'_>, group_idx: usize, bad: &mut bool, root_pat
if *bad == false {
tidy_error!(
bad,
"Mismatched hashes for tidy watcher found.\n\
Check src/tools/tidy/src/watcher.rs, find tag/hash in TIDY_WATCH_LIST list \
and verify that sources for provided group of tags in sync. If they in sync, update hash."
"The code blocks tagged with tidy watcher has changed.\n\
It's likely that code blocks with the following tags need to be changed too. Check src/tools/tidy/src/watcher.rs, find tag/hash in TIDY_WATCH_LIST list \
and verify that sources for provided group of tags in sync. Once that done, run tidy again and update hashes in TIDY_WATCH_LIST with provided actual hashes."
)
}
tidy_error!(
Expand Down

0 comments on commit 4d09021

Please sign in to comment.