mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	fix: enable blank-import rule from testifylint
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
This commit is contained in:
		@@ -239,7 +239,6 @@ linters-settings: # please keep this alphabetized
 | 
				
			|||||||
  testifylint:
 | 
					  testifylint:
 | 
				
			||||||
    enable-all: true
 | 
					    enable-all: true
 | 
				
			||||||
    disable:  # TODO: remove each disabled rule and fix it
 | 
					    disable:  # TODO: remove each disabled rule and fix it
 | 
				
			||||||
      - blank-import
 | 
					 | 
				
			||||||
      - compares
 | 
					      - compares
 | 
				
			||||||
      - error-is-as
 | 
					      - error-is-as
 | 
				
			||||||
      - error-nil
 | 
					      - error-nil
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -212,7 +212,6 @@ linters-settings: # please keep this alphabetized
 | 
				
			|||||||
    enable-all: true
 | 
					    enable-all: true
 | 
				
			||||||
    {{- if .Base}}
 | 
					    {{- if .Base}}
 | 
				
			||||||
    disable:  # TODO: remove each disabled rule and fix it
 | 
					    disable:  # TODO: remove each disabled rule and fix it
 | 
				
			||||||
      - blank-import
 | 
					 | 
				
			||||||
      - compares
 | 
					      - compares
 | 
				
			||||||
      - error-is-as
 | 
					      - error-is-as
 | 
				
			||||||
      - error-nil
 | 
					      - error-nil
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user