File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2840,6 +2840,7 @@ linters-settings:
2840
2840
# Default: ""
2841
2841
key-naming-case : snake
2842
2842
# Enforce not using specific keys.
2843
+ # https://github.com/go-simpler/sloglint?tab=readme-ov-file#forbidden-keys
2843
2844
# Default: []
2844
2845
forbidden-keys :
2845
2846
- time
@@ -2848,8 +2849,7 @@ linters-settings:
2848
2849
- source
2849
2850
- foo
2850
2851
# Enforce putting arguments on separate lines.
2851
- # https://github.com/go-simpler/sloglint?tab=readme-ov-file#forbidden-keys
2852
- # Default: false
2852
+ # https://github.com/go-simpler/sloglint?tab=readme-ov-file#arguments-on-separate-lines
2853
2853
args-on-sep-lines : true
2854
2854
2855
2855
spancheck :
Original file line number Diff line number Diff line change @@ -2840,6 +2840,7 @@ linters-settings:
2840
2840
# Default: ""
2841
2841
key-naming-case : snake
2842
2842
# Enforce not using specific keys.
2843
+ # https://github.com/go-simpler/sloglint?tab=readme-ov-file#forbidden-keys
2843
2844
# Default: []
2844
2845
forbidden-keys :
2845
2846
- time
@@ -2848,8 +2849,7 @@ linters-settings:
2848
2849
- source
2849
2850
- foo
2850
2851
# Enforce putting arguments on separate lines.
2851
- # https://github.com/go-simpler/sloglint?tab=readme-ov-file#forbidden-keys
2852
- # Default: false
2852
+ # https://github.com/go-simpler/sloglint?tab=readme-ov-file#arguments-on-separate-lines
2853
2853
args-on-sep-lines : true
2854
2854
2855
2855
spancheck :
You can’t perform that action at this time.
0 commit comments