Skip to content

Commit 7a30445

Browse files
committed
fix: review + snapshot
1 parent 059a238 commit 7a30445

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

protols.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[config]
22
include_paths = ["src/workspace/input"]
33

4-
[config.experimental] # experimental configuration; this should be considered unsafe and not fully tested
5-
use_protoc_diagnostics = true # use diagnostics from protoc
4+
[config.experimental]
5+
use_protoc_diagnostics = true

src/config/snapshots/protols__config__workspace__test__get_for_workspace-2.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ config:
88
disable_parse_diagnostics: false
99
experimental:
1010
use_protoc_diagnostics: false
11+
protoc_path: protoc
1112
formatter:
1213
clang_format_path: clang-format

src/config/snapshots/protols__config__workspace__test__get_for_workspace.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ config:
1010
disable_parse_diagnostics: true
1111
experimental:
1212
use_protoc_diagnostics: true
13+
protoc_path: protoc
1314
formatter:
1415
clang_format_path: /usr/bin/clang-format

0 commit comments

Comments
 (0)