Commit 36770c8
committed
fix(lint): correct octal syntax and pyfind command
- Use Go 1.13+ octal syntax (0o755 instead of 0755) in recovery_test.go
- Fix ystdlib-py command from 'find' to 'pyfind' in lint.yaml
The entry point is defined as 'pyfind' in pyproject.toml1 parent 3d67c94 commit 36770c8
File tree
2 files changed
+2
-2
lines changed- plugins/out_clp_s3/internal/recovery
- taskfiles
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | | - | |
| 188 | + | |
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments