Nishanth Shanmugham 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							76c452197b 
							
						 
					 
					
						
						
							
							add 'predeclared' linter ( #1606 )  
						
						
						
						
					 
					
						2021-01-07 17:58:04 +01:00 
						 
				 
			
				
					
						
							
							
								Dudás Ádám 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							df9278efd2 
							
						 
					 
					
						
						
							
							resolve custom linters' path relative to config file directory ( #1572 )  
						
						... 
						
						
						
						Resolves  golangci/golangci-lint#1085  
					
						2020-12-27 02:02:25 +03:00 
						 
				 
			
				
					
						
							
							
								Andrew Shannon Brown 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							222076fdc6 
							
						 
					 
					
						
						
							
							Add forbidigo linter ( #1569 )  
						
						
						
						
					 
					
						2020-12-24 17:19:32 +01:00 
						 
				 
			
				
					
						
							
							
								Aleksey Bakin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0370d3adea 
							
						 
					 
					
						
						
							
							Add thelper linter ( #1541 )  
						
						
						
						
					 
					
						2020-12-13 14:54:26 +01:00 
						 
				 
			
				
					
						
							
							
								Andrew Shannon Brown 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cf32a7b706 
							
						 
					 
					
						
						
							
							Add makezero linter ( #1520 )  
						
						... 
						
						
						
						makezero ensures that objects recognized as slices are initialized with length 0.  By default, this is only required when we find a subsequent append to the object, but can also be enabled at all times as a way of discouraging the use of integer variables (i.e. "i") to index slices. 
						
						
					 
					
						2020-12-05 07:37:37 -08:00 
						 
				 
			
				
					
						
							
							
								Kunwardeep 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b90551cdf9 
							
						 
					 
					
						
						
							
							add new paralleltest linter ( #1503 )  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	Extra / Vulnerability scanner (push) Failing after 15m24s 
				
					
					
			 
		
			
				
	CI / go-mod (push) Failing after 15m22s 
				
					
					
			 
		
			
				
	CI / golangci-lint (push) Failing after 15m20s 
				
					
					
			 
		
			
				
	Release a tag / release (push) Failing after 15m18s 
				
					
					
			 
		
			
				
	CI / tests-on-windows (push) Has been cancelled 
				
					
					
			 
		
			
				
	CI / tests-on-macos (push) Has been cancelled 
				
					
					
			 
		
			
				
	CI / tests-on-unix (1.13) (push) Has been cancelled 
				
					
					
			 
		
			
				
	CI / tests-on-unix (1.14) (push) Has been cancelled 
				
					
					
			 
		
			
				
	CI / tests-on-unix (1.15) (push) Has been cancelled 
				
					
					
			 
		
			
				
	CI / check_generated (push) Has been cancelled 
				
					
					
			 
		
			
				
	Release a tag / docker-release (map[Dockerfile:build/Dockerfile.alpine]) (push) Has been cancelled 
				
					
					
			 
		
			
				
	Release a tag / docker-release (map[Dockerfile:build/Dockerfile]) (push) Has been cancelled 
				
					
					
			 
		
		
	 
 
	 
						
						
					 
					
						2020-11-22 22:28:38 +03:00 
						 
				 
			
				
					
						
							
							
								Mateusz Bilski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c57627b18c 
							
						 
					 
					
						
						
							
							Add exhaustivestruct linter ( #1411 )  
						
						... 
						
						
						
						* Add exhaustivestruct linter
* CHange load mode to types info
* Fix go.mod 
						
						
					 
					
						2020-10-12 08:35:02 +02:00 
						 
				 
			
				
					
						
							
							
								Vladimir Evgrafov 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							796a958805 
							
						 
					 
					
						
						
							
							Add go-errorlint ( #1420 )  
						
						... 
						
						
						
						* Add errorlint
* Add errorlint config example 
						
						
					 
					
						2020-10-09 15:42:48 +03:00 
						 
				 
			
				
					
						
							
							
								Tom Arrell 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							247b6c2796 
							
						 
					 
					
						
						
							
							Add wrapcheck linter ( #1407 )  
						
						... 
						
						
						
						* Add failing test
* Add wrapcheck linter 
						
						
					 
					
						2020-10-06 13:40:00 +02:00 
						 
				 
			
				
					
						
							
							
								Melvin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							926e76dcf2 
							
						 
					 
					
						
						
							
							Add tparallel linter ( #1380 )  
						
						
						
						
					 
					
						2020-10-02 13:00:46 -07:00 
						 
				 
			
				
					
						
							
							
								Grigory Zubankov 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6b60cb8a30 
							
						 
					 
					
						
						
							
							new nlreturn linter ( #1267 )  
						
						... 
						
						
						
						* new nlreturn linter
* fix: import order
Co-authored-by: Sergey Vilgelm <sergey.vilgelm@ibm.com> 
						
						
					 
					
						2020-08-02 15:16:45 -05:00 
						 
				 
			
				
					
						
							
							
								Sergey Vilgelm 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3aa04f5b62 
							
						 
					 
					
						
						
							
							Add WithAutofix flag for gofumpt linter config ( #1281 )  
						
						
						
						
					 
					
						2020-08-02 15:09:50 -05:00 
						 
				 
			
				
					
						
							
							
								Xiang Dai 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d38d047528 
							
						 
					 
					
						
						
							
							Gci: support auto fix ( #1277 )  
						
						... 
						
						
						
						Signed-off-by: Xiang Dai <long0dai@foxmail.com> 
						
						
					 
					
						2020-07-31 08:39:08 +08:00 
						 
				 
			
				
					
						
							
							
								Xiang Dai 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							60613dc3eb 
							
						 
					 
					
						
						
							
							Introduce gci as new linter ( #1266 )  
						
						... 
						
						
						
						* Introduce gci as new linter
Signed-off-by: Xiang Dai <long0dai@foxmail.com>
* use goimports setting if not specified
Signed-off-by: Xiang Dai <long0dai@foxmail.com> 
						
						
					 
					
						2020-07-28 13:55:02 +03:00 
						 
				 
			
				
					
						
							
							
								Denis Tingaikin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							01b566a646 
							
						 
					 
					
						
						
							
							Add go-header linter ( #1181 )  
						
						... 
						
						
						
						* add go-header linter
* apply review comments: add goheader example into .golangci.example.yml
* apply review comments: correctly handle multiline comments 
						
						
					 
					
						2020-07-04 19:03:37 +00:00 
						 
				 
			
				
					
						
							
							
								Ryan Olds 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b22e3f1874 
							
						 
					 
					
						
						
							
							Added sqlclosecheck to linters ( #1203 )  
						
						... 
						
						
						
						* Added sqlclosecheck to linters
* Addressed feedback
* Updated sqlclosecheck and tools 
						
						
					 
					
						2020-07-04 14:30:16 +00:00 
						 
				 
			
				
					
						
							
							
								Teiva Harsanyi 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							38d298c2c8 
							
						 
					 
					
						
						
							
							Adding gofumpt ( #1177 )  
						
						
						
						
					 
					
						2020-06-16 13:05:28 +03:00 
						 
				 
			
				
					
						
							
							
								sonata 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f1a46f9861 
							
						 
					 
					
						
						
							
							Add Noctx ( #1179 )  
						
						... 
						
						
						
						Support for linter that enforces using context on each `http.Request`
https://github.com/sonatard/noctx  
						
						
					 
					
						2020-06-08 20:21:58 +00:00 
						 
				 
			
				
					
						
							
							
								Nishanth Shanmugham 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f3376cab71 
							
						 
					 
					
						
						
							
							add exhaustive linter ( #1166 )  
						
						... 
						
						
						
						* wip
more
add new files
run command fixes
more
* go.mod
* order
* same package
* review comment
* enable linter in .golangci.yml
* add testcase for default-signifies-exhaustive: true
* adjust runGoErrchk instead
* disable the linter
* cleanup
* more cleanup
* cleanup 
						
						
					 
					
						2020-05-29 16:31:46 +03:00 
						 
				 
			
				
					
						
							
							
								Tam Mach 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							dc260be693 
							
						 
					 
					
						
						
							
							Add exportloopref linter ( #1163 )  
						
						
						
						
					 
					
						2020-05-24 10:31:32 +03:00 
						 
				 
			
				
					
						
							
							
								Andrew Shannon Brown 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							90a8cd41bd 
							
						 
					 
					
						
						
							
							Fix up nolintlint comments and urls ( #1164 )  
						
						
						
						
					 
					
						2020-05-24 10:08:14 +03:00 
						 
				 
			
				
					
						
							
							
								Denis Krivak 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7c2871c596 
							
						 
					 
					
						
						
							
							godot: add autofix mode  
						
						
						
						
					 
					
						2020-05-18 15:49:58 +03:00 
						 
				 
			
				
					
						
							
							
								Isaev Denis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6b124f1a0e 
							
						 
					 
					
						
						
							
							fix goerr13 dependencies ( #1089 )  
						
						
						
						
					 
					
						2020-05-13 21:22:52 +03:00 
						 
				 
			
				
					
						
							
							
								Isaev Denis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							279b6d62d3 
							
						 
					 
					
						
						
							
							speed up a bit ( #1064 )  
						
						... 
						
						
						
						Ensure that `unused` is always the last
in execution order. It can speed up packages loading
a bit.
Refactor enabled linters set to remove extra logging.
Relates: #944  
						
						
					 
					
						2020-05-05 18:45:19 +03:00 
						 
				 
			
				
					
						
							
							
								Andrew Shannon Brown 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ef44e11e17 
							
						 
					 
					
						
						
							
							Merge branch 'master' into asb/nolintlint-internal  
						
						
						
						
					 
					
						2020-04-29 15:27:35 -07:00 
						 
				 
			
				
					
						
							
							
								tdakkota 
							
						 
					 
					
						
						
						
						
							
						
						
							0d95fafefc 
							
						 
					 
					
						
						
							
							feat: add go-err113 linter support  
						
						
						
						
					 
					
						2020-04-27 21:37:34 +03:00 
						 
				 
			
				
					
						
							
							
								Andrew Shannon Brown 
							
						 
					 
					
						
						
						
						
							
						
						
							909f628d75 
							
						 
					 
					
						
						
							
							Add linter for nolint  
						
						... 
						
						
						
						Linter can check that nolint statements are properly formatted and also that all
nolint statements are used. 
						
						
					 
					
						2020-04-26 20:20:17 -07:00 
						 
				 
			
				
					
						
							
							
								Aleksandr Razumov 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1373897abf 
							
						 
					 
					
						
						
							
							Merge branch 'tdakkota-feature/add-asciicheck-support'  
						
						
						
						
					 
					
						2020-04-25 17:51:53 +03:00 
						 
				 
			
				
					
						
							
							
								Aleksandr Razumov 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d00692c355 
							
						 
					 
					
						
						
							
							Merge branch 'nestif' of  https://github.com/nakabonne/golangci-lint  into nakabonne-nestif  
						
						
						
						
					 
					
						2020-04-23 00:31:25 +03:00 
						 
				 
			
				
					
						
							
							
								tdakkota 
							
						 
					 
					
						
						
						
						
							
						
						
							92aa97e55e 
							
						 
					 
					
						
						
							
							feat: add asciicheck linter support  
						
						
						
						
					 
					
						2020-04-22 19:55:05 +03:00 
						 
				 
			
				
					
						
							
							
								Marat Reymers 
							
						 
					 
					
						
						
						
						
							
						
						
							9914737fc3 
							
						 
					 
					
						
						
							
							Add linter testpackage  
						
						
						
						
					 
					
						2020-04-22 18:57:30 +03:00 
						 
				 
			
				
					
						
							
							
								Ryan Currah 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							990b43f19a 
							
						 
					 
					
						
						
							
							Merge remote-tracking branch 'golangci/master' into add-gomodguard-linter  
						
						
						
						
					 
					
						2020-04-21 20:17:09 -04:00 
						 
				 
			
				
					
						
							
							
								nakabonne 
							
						 
					 
					
						
						
						
						
							
						
						
							0108387c24 
							
						 
					 
					
						
						
							
							Add nestif linter  
						
						
						
						
					 
					
						2020-04-22 08:51:43 +09:00 
						 
				 
			
				
					
						
							
							
								Ryan Currah 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6bb04d5ac0 
							
						 
					 
					
						
						
							
							use correct url, update gomodguard  
						
						
						
						
					 
					
						2020-04-10 18:39:44 -04:00 
						 
				 
			
				
					
						
							
							
								Ryan Currah 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4292963937 
							
						 
					 
					
						
						
							
							do not error out when go.mod is missing just raise warning, change linter options  
						
						
						
						
					 
					
						2020-04-05 17:49:27 -04:00 
						 
				 
			
				
					
						
							
							
								Ryan Currah 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							020b9e7103 
							
						 
					 
					
						
						
							
							added new linter gomodguard, disabled by default  
						
						
						
						
					 
					
						2020-04-04 15:29:11 -04:00 
						 
				 
			
				
					
						
							
							
								Denis Krivak 
							
						 
					 
					
						
						
						
						
							
						
						
							58572c7789 
							
						 
					 
					
						
						
							
							Add new linter: godot  
						
						
						
						
					 
					
						2020-03-16 11:56:57 +03:00 
						 
				 
			
				
					
						
							
							
								Trevor Pounds 
							
						 
					 
					
						
						
						
						
							
						
						
							45f1e48f3d 
							
						 
					 
					
						
						
							
							Fix rowserrcheck URL.  
						
						... 
						
						
						
						Fixes  #932  
					
						2020-01-21 21:39:11 -05:00 
						 
				 
			
				
					
						
							
							
								Isaev Denis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6237e59c97 
							
						 
					 
					
						
						
							
							dev: use goprintffuncname, gomnd and rowserrcheck ( #927 )  
						
						... 
						
						
						
						Order linters in config in alphabetical order.
Support gomnd configuration. 
						
						
					 
					
						2020-01-19 19:55:29 +03:00 
						 
				 
			
				
					
						
							
							
								Isaev Denis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5f1096cf80 
							
						 
					 
					
						
						
							
							add goprintffuncname linter ( #850 )  
						
						
						
						
					 
					
						2020-01-19 16:46:51 +03:00 
						 
				 
			
				
					
						
							
							
								gaojingyu 
							
						 
					 
					
						
						
						
						
							
						
						
							e93138f00f 
							
						 
					 
					
						
						
							
							Add rows.Err weather checked linter ( #849 )  
						
						... 
						
						
						
						Add rowserrcheck
Co-authored-by: Isaev Denis <idenx@yandex.com> 
						
						
					 
					
						2020-01-08 14:08:16 +03:00 
						 
				 
			
				
					
						
							
							
								David Braley 
							
						 
					 
					
						
						
						
						
							
						
						
							be3c688da4 
							
						 
					 
					
						
						
							
							I473 ( #841 )  
						
						... 
						
						
						
						Support custom linters integration by plugins
Co-authored-by: Isaev Denis <idenx@yandex.com> 
						
						
					 
					
						2020-01-08 13:51:55 +03:00 
						 
				 
			
				
					
						
							
							
								sayboras 
							
						 
					 
					
						
						
						
						
							
						
						
							ca432c464a 
							
						 
					 
					
						
						
							
							Addressed naming convention ( #859 )  
						
						
						
						
					 
					
						2019-11-16 09:33:46 -05:00 
						 
				 
			
				
					
						
							
							
								sayboras 
							
						 
					 
					
						
						
						
						
							
						
						
							bd2921655a 
							
						 
					 
					
						
						
							
							Added go-mnd linter ( #842 )  
						
						... 
						
						
						
						* Initial commit
* Fixed goimports
* Update pkg/golinters/mnd.go
Co-Authored-By: Bot from GolangCI <42910462+golangcibot@users.noreply.github.com>
* Run goimports
* Update pkg/golinters/mnd.go
Co-Authored-By: Bot from GolangCI <42910462+golangcibot@users.noreply.github.com>
* Add prefix for goimport local
* Run make README.md
* Incorporate review comments
Add test cases
* Update readme
* Update the description
* Removed subpath in local-prefixes
* Update readme 
						
						
					 
					
						2019-11-15 19:08:43 -05:00 
						 
				 
			
				
					
						
							
							
								Isaev Denis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							48599c64ba 
							
						 
					 
					
						
						
							
							Make fine-grained hashing. ( #814 )  
						
						... 
						
						
						
						Speed up golint: don't typecheck packages twice.
Relates: #805  
						
						
					 
					
						2019-10-14 09:50:57 +03:00 
						 
				 
			
				
					
						
							
							
								Simon Sawert 
							
						 
					 
					
						
						
						
						
							
						
						
							3e09174bd2 
							
						 
					 
					
						
						
							
							Add WSL linter ( #771 )  
						
						... 
						
						
						
						* Add WSL linter
* Use v1.0.0 tag for wsl
* Don't add specific test file skip, use mutex to add errors
* Fix goimports error
* Add more tests for WSL, bump WSL version
* Fix bad go.sum (go mod tidy) 
						
						
					 
					
						2019-10-04 16:03:40 -04:00 
						 
				 
			
				
					
						
							
							
								Nuruddin Ashr 
							
						 
					 
					
						
						
						
						
							
						
						
							92ec1a1f4c 
							
						 
					 
					
						
						
							
							Add gocognit linter ( #756 )  
						
						... 
						
						
						
						* Add gocognit linter
* Remove gocognit to the golangci config
* Make changes on README.md
* Remove gocognit from megacheck benchtest
* Remove command line flags
* Comply with new style 
						
						
					 
					
						2019-10-03 16:22:06 +03:00 
						 
				 
			
				
					
						
							
							
								Trevor Pounds 
							
						 
					 
					
						
						
						
						
							
						
						
							6d786b50ae 
							
						 
					 
					
						
						
							
							Group imports by package.  
						
						
						
						
					 
					
						2019-10-01 18:09:47 -04:00 
						 
				 
			
				
					
						
							
							
								Isaev Denis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							95ec0cf21e 
							
						 
					 
					
						
						
							
							dramatically reduce memory usage ( #758 )  
						
						... 
						
						
						
						Run all linters per package. It allows unloading package data when it's
processed. It dramatically reduces memory (and CPU because of GC) usage.
Relates: #337  
						
						
					 
					
						2019-09-30 16:19:41 +03:00 
						 
				 
			
				
					
						
							
							
								Trevor Pounds 
							
						 
					 
					
						
						
						
						
							
						
						
							d63d23537d 
							
						 
					 
					
						
						
							
							Fix broken dominikh/go-tools URLs. ( #747 )  
						
						... 
						
						
						
						Fixes  #654  
					
						2019-09-25 18:25:58 +03:00