Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
bindings/typescript/scip.ts linguist-generated=true
bindings/typescript/scip_pb.ts linguist-generated=true
bindings/go/scip/scip.pb.go linguist-generated=true
bindings/rust/src/generated/scip.rs linguist-generated=true
bindings/haskell/src/Proto/**.hs linguist-generated=true
docs/scip.md linguist-generated=true
yarn.lock linguist-generated=true
14 changes: 6 additions & 8 deletions buf.gen.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,19 @@
# Configuration file for https://buf.build/, which we use for Protobuf code generation.
version: v1
version: v2
plugins:
- name: doc
- local: protoc-gen-doc
out: ./docs/
opt: docs/scip.sprig,scip.md
# NOTE: the sprig file is a template, it is not generated.
- name: go
- local: protoc-gen-go
out: ./bindings/go/scip/
opt:
- paths=source_relative
- name: es
- local: protoc-gen-es
out: ./bindings/typescript/
opt:
- target=ts
- name: rust
path: protoc-gen-rs
- local: protoc-gen-rs
out: ./bindings/rust/src/generated/
- name: haskell
path: proto-lens-protoc
- local: proto-lens-protoc
out: ./bindings/haskell/src
Loading