Skip to content

Commit

Permalink
Fix ironic typo. (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
SpencerC authored Jul 8, 2024
1 parent 96c362a commit 26b3f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/tools/lint/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ copy_to_directory(
srcs = [
"@vale_{0}//:{0}".format(s)
for s in VALE_STYLES
# Restrict to subset like Google and write-good to avoid GHA cache getting huge and exhasting disk.
# Restrict to subset like Google and write-good to avoid GHA cache getting huge and exhausting disk.
# Comment this out to test that our code to fetch them is working.
# Most users should just copy in the styles that are referenced in their .vale.ini file.
if "oo" in s
Expand Down

0 comments on commit 26b3f36

Please sign in to comment.