Skip to content

Commit 575c339

Browse files
committed
feat: release 1.0.1
0 parents  commit 575c339

File tree

21 files changed

+6592
-0
lines changed

21 files changed

+6592
-0
lines changed

.rusty-hook.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[hooks]
2+
pre-push = "cargo fmt -- --check && cargo clippy -- -Dwarnings && make test"
3+
4+
[logging]
5+
verbose = true

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/target
2+
.DS_Store
3+
.idea
4+
.vscode

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "resources/fixtures/server-sdk-specification"]
2+
path = resources/fixtures/spec
3+
url = git@github.com:FeatureProbe/server-sdk-specification.git

.rusty-hook.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[hooks]
2+
pre-push = "cargo fmt -- --check && cargo clippy -- -Dwarnings && make test"
3+
4+
[logging]
5+
verbose = true

0 commit comments

Comments
 (0)