mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-11-04 09:52:26 -06:00 
			
		
		
		
	[chore] Bump go swagger (#2871)
* bump go swagger version * bump swagger version
This commit is contained in:
		
					parent
					
						
							
								3a369d834a
							
						
					
				
			
			
				commit
				
					
						fd8a724e77
					
				
			
		
					 251 changed files with 10841 additions and 11896 deletions
				
			
		
							
								
								
									
										61
									
								
								vendor/github.com/go-openapi/inflect/.golangci.yml
									
										
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										61
									
								
								vendor/github.com/go-openapi/inflect/.golangci.yml
									
										
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,61 @@
 | 
			
		|||
linters-settings:
 | 
			
		||||
  govet:
 | 
			
		||||
    check-shadowing: true
 | 
			
		||||
  golint:
 | 
			
		||||
    min-confidence: 0
 | 
			
		||||
  gocyclo:
 | 
			
		||||
    min-complexity: 45
 | 
			
		||||
  maligned:
 | 
			
		||||
    suggest-new: true
 | 
			
		||||
  dupl:
 | 
			
		||||
    threshold: 200
 | 
			
		||||
  goconst:
 | 
			
		||||
    min-len: 2
 | 
			
		||||
    min-occurrences: 3
 | 
			
		||||
 | 
			
		||||
linters:
 | 
			
		||||
  enable-all: true
 | 
			
		||||
  disable:
 | 
			
		||||
    - maligned
 | 
			
		||||
    - unparam
 | 
			
		||||
    - lll
 | 
			
		||||
    - gochecknoinits
 | 
			
		||||
    - gochecknoglobals
 | 
			
		||||
    - funlen
 | 
			
		||||
    - godox
 | 
			
		||||
    - gocognit
 | 
			
		||||
    - whitespace
 | 
			
		||||
    - wsl
 | 
			
		||||
    - wrapcheck
 | 
			
		||||
    - testpackage
 | 
			
		||||
    - nlreturn
 | 
			
		||||
    - gomnd
 | 
			
		||||
    - exhaustivestruct
 | 
			
		||||
    - goerr113
 | 
			
		||||
    - errorlint
 | 
			
		||||
    - nestif
 | 
			
		||||
    - godot
 | 
			
		||||
    - gofumpt
 | 
			
		||||
    - paralleltest
 | 
			
		||||
    - tparallel
 | 
			
		||||
    - thelper
 | 
			
		||||
    - ifshort
 | 
			
		||||
    - exhaustruct
 | 
			
		||||
    - varnamelen
 | 
			
		||||
    - gci
 | 
			
		||||
    - depguard
 | 
			
		||||
    - errchkjson
 | 
			
		||||
    - inamedparam
 | 
			
		||||
    - nonamedreturns
 | 
			
		||||
    - musttag
 | 
			
		||||
    - ireturn
 | 
			
		||||
    - forcetypeassert
 | 
			
		||||
    - cyclop
 | 
			
		||||
    # deprecated linters
 | 
			
		||||
    - deadcode
 | 
			
		||||
    - interfacer
 | 
			
		||||
    - scopelint
 | 
			
		||||
    - varcheck
 | 
			
		||||
    - structcheck
 | 
			
		||||
    - golint
 | 
			
		||||
    - nosnakecase
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue