File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,9 @@ linters:
3737 # https://github.com/mgechev/revive/blob/master/RULES_DESCRIPTIONS.md#if-return
3838 - name : if-return
3939 disabled : true
40+ # Disable package-comments for now since most packages in this project are primarily for internal use.
41+ # If we decide to provide public packages in the future, we can move them to a separate
42+ # repository and revisit adding package-level comments at that time.
4043 - name : package-comments
4144 disabled : true
4245 - name : superfluous-else
@@ -66,11 +69,11 @@ linters:
6669 staticcheck :
6770 checks :
6871 - all
69- # Disable QF1008 to retain embedded fields for better readability
72+ # Disable QF1008 to retain embedded fields for better readability.
7073 - " -QF1008"
71- # Exclude the following checks temporarily .
72- # Will fix the issues in the following PRs.
73- # Issue: https://github.com/karmada-io/karmada/issues/6273 .
74+ # Disable ST1000 (staticcheck) for now since most packages in this project are primarily for internal use .
75+ # If we decide to provide public packages in the future, we can move them to a separate
76+ # repository and revisit adding package-level comments at that time .
7477 - " -ST1000"
7578 exclusions :
7679 generated : lax
You can’t perform that action at this time.
0 commit comments