Skip to content

Commit

Permalink
conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrooTheChen committed Sep 23, 2024
1 parent d13e1ba commit 626695e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/actions/spelling/excludes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,6 @@
^\Qwebsite/cue/reference/remap/functions/ip_pton.cue\E$
^\Qwebsite/layouts/shortcodes/config/unit-tests.html\E$
^lib/codecs/tests/data/native_encoding/
<<<<<<< HEAD
^\Qwebsite/config.toml\E$
=======
^proto/google/
>>>>>>> b0fb6a4fb (Fix spelling test)
ignore$
5 changes: 5 additions & 0 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,11 @@ fn main() {
"proto/third-party/google/rpc/status.proto",
"proto/vector/vector.proto",
],
&[
"proto/third-party",
"proto/vector",
"lib/vector-core/proto/",
],
)
.unwrap();
}
Expand Down

0 comments on commit 626695e

Please sign in to comment.