Commit 3d639ce
Lint checks in CI runs (#183)
* delete mock
* coverage
* fix test
* indent
* change to var - check
* cluster test
* add opthin to connect cluster with dotnet test
* use key in topk tests
* get env vars inside RedisFixture
* skip if redis
* add skip where needed
* Execute broadcast
* delete cluster tests
* RedisFixture fix
* add to contributing
* run cluster on CI
* wip
* fix /
* -d
* delete restore
* return restore
* add -RC3
* add RC3 to docker-compose
* try define both .net 6 and 7
* Skip if cluster where needed
* add names
* skip configOnTimeout if cluster
* try to fix win tests
* tests names +fix win version
* fix versions
* versions
* win verer
* wording
* dotnet format
* format
* format
* add linter.yaml
* update linter
* lint on push
* change linter
* create lint problems to see what happen
* linter force and run
* try to fix yml
* dotnet format
* tell the contributer to run dotnet format in the CONTRIBUTING.md
* disable multi runs
* fix warnings
* chayom changes
---------
Co-authored-by: Chayim <[email protected]>
Co-authored-by: Chayim I. Kirshen <[email protected]>1 parent 30dee6e commit 3d639ce
File tree
6 files changed
+40
-8
lines changed- .github/workflows
- tests/NRedisStack.Tests
- Search
- TopK
6 files changed
+40
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
| 38 | + | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2438 | 2438 | | |
2439 | 2439 | | |
2440 | 2440 | | |
2441 | | - | |
| 2441 | + | |
2442 | 2442 | | |
2443 | 2443 | | |
2444 | 2444 | | |
2445 | 2445 | | |
2446 | 2446 | | |
2447 | | - | |
| 2447 | + | |
2448 | 2448 | | |
2449 | 2449 | | |
2450 | 2450 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
69 | 70 | | |
70 | 71 | | |
71 | 72 | | |
| |||
74 | 75 | | |
75 | 76 | | |
76 | 77 | | |
77 | | - | |
| 78 | + | |
78 | 79 | | |
79 | 80 | | |
80 | 81 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
0 commit comments