File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -198,4 +198,4 @@ dotnet_naming_style.pascal_case.capitalization = pascal_case
198198dotnet_naming_style.begins_with_i.required_prefix = I
199199dotnet_naming_style.begins_with_i.required_suffix =
200200dotnet_naming_style.begins_with_i.word_separator =
201- dotnet_naming_style.begins_with_i.capitalization = pascal_case
201+ dotnet_naming_style.begins_with_i.capitalization = pascal_case
Original file line number Diff line number Diff line change 33 rev : 3.4.1
44 hooks :
55 - id : sqlfluff-fix
6- args : [--FIX-EVEN-UNPARSABLE]
6+ args : [--FIX-EVEN-UNPARSABLE]
7+ - repo : local
8+ hooks :
9+ - id : dotnet-format
10+ name : dotnet format
11+ entry : dotnet format --include
12+ language : system
13+ pass_filenames : true
14+ files : ^((?!GeneratedProtobuf/|examples/).)*\.cs$
Original file line number Diff line number Diff line change 11SHELL := /bin/bash
22PWD := $(shell pwd)
33
4- dotnet-format :
5- dotnet format --exclude GeneratedProtobuf --exclude examples
6-
74protobuf-generate :
85 ./scripts/generate_protobuf.sh
96
@@ -34,7 +31,7 @@ sqlc-generate-requests:
3431sqlc-generate :
3532 SQLCCACHE=./; sqlc -f sqlc.local.yaml generate
3633
37- test-plugin : protobuf-generate sync-sqlc-options dotnet-publish-process sqlc-generate-requests unit-tests sqlc-generate generate-end2end-tests dotnet-build run-end2end-tests update-wasm-plugin
34+ test-plugin : protobuf-generate sync-sqlc-options dotnet-publish-process sqlc-generate-requests unit-tests sqlc-generate generate-end2end-tests dotnet-build run-end2end-tests
3835
3936# WASM type plugin
4037setup-ci-wasm-plugin :
You can’t perform that action at this time.
0 commit comments