File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ updates:
3737        patterns :
3838          - " github.com/stretchr/testify" 
3939
40-       golang. org-dependencies :
40+       golang- org-dependencies :
4141        patterns :
4242          - " golang.org/*" 
4343
Original file line number Diff line number Diff line change 3535          GH_TOKEN : ${{secrets.GITHUB_TOKEN}} 
3636
3737      - name : Auto-merge dependabot PRs for golang.org updates 
38-         if : contains(steps.metadata.outputs.dependency-group, 'golang. org-dependencies') 
38+         if : contains(steps.metadata.outputs.dependency-group, 'golang- org-dependencies') 
3939        run : gh pr merge --auto --rebase "$PR_URL" 
4040        env :
4141          PR_URL : ${{github.event.pull_request.html_url}} 
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ linters:
1616    - godox 
1717    - gosmopolitan 
1818    - inamedparam 
19+     - intrange  #  disabled while < go1.22
1920    - ireturn 
2021    - lll 
2122    - musttag 
@@ -24,6 +25,7 @@ linters:
2425    - noinlineerr 
2526    - nonamedreturns 
2627    - paralleltest 
28+     - recvcheck 
2729    - testpackage 
2830    - thelper 
2931    - tparallel 
@@ -62,3 +64,12 @@ formatters:
6264      - third_party$ 
6365      - builtin$ 
6466      - examples$ 
67+ issues :
68+   #  Maximum issues count per one linter.
69+   #  Set to 0 to disable.
70+   #  Default: 50
71+   max-issues-per-linter : 0 
72+   #  Maximum count of issues with the same text.
73+   #  Set to 0 to disable.
74+   #  Default: 3
75+   max-same-issues : 0 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments