Skip to content

Commit

Permalink
Remove extraneous | from check_contents.yml
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 517512452
  • Loading branch information
ddunl authored and copybara-github committed Mar 17, 2023
1 parent 926153c commit 6061922
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check_contents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
optional|\
underlying_type_t|\
variant|\
visit|\
visit\
))\\b'
--suppression_regex '(?i)non-std ok'
--failure_message 'Use standard library version instead of the Abseil compatibility API.'"
Expand All @@ -99,7 +99,7 @@ jobs:
strings::StrAppend|\
strings::StrCat|\
str_util::|\
tensorflow::StringPiece|\
tensorflow::StringPiece\
)\\b'
--suppression_regex '(?i)non-absl ok'
--failure_message 'Use Abseil types and functions instead of those in Tensorflow/TSL.'"
Expand Down

0 comments on commit 6061922

Please sign in to comment.