Oleksandr Redko 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b673c5c1af 
							
						 
					 
					
						
						
							
							dev: replace pkg/errors with native error wrapping ( #3604 )  
						
						... 
						
						
						
						Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com> 
						
						
					 
					
						2023-02-22 01:35:43 +01:00 
						 
				 
			
				
					
						
							
							
								Ludovic Fernandez 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f9d815115c 
							
						 
					 
					
						
						
							
							bump golang.org/x/tools to HEAD ( #2875 )  
						
						... 
						
						
						
						* bump golang.org/x/tools to HEAD
* fix: adapt linters to the new validation system. 
						
						
					 
					
						2022-05-23 12:39:57 +02:00 
						 
				 
			
				
					
						
							
							
								Ludovic Fernandez 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2f689958c3 
							
						 
					 
					
						
						
							
							errcheck: add an option to remove default exclusions ( #2607 )  
						
						
						
						
					 
					
						2022-02-21 16:39:17 +01:00 
						 
				 
			
				
					
						
							
							
								Ludovic Fernandez 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							413bec6a4d 
							
						 
					 
					
						
						
							
							errcheck: empty selector name. ( #2309 )  
						
						
						
						
					 
					
						2021-10-25 15:04:13 +02:00 
						 
				 
			
				
					
						
							
							
								Robert Liebowitz 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b3f9763246 
							
						 
					 
					
						
						
							
							errcheck: allow exclude config without extra file ( #2110 )  
						
						... 
						
						
						
						Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com> 
						
						
					 
					
						2021-07-13 02:23:12 +02:00 
						 
				 
			
				
					
						
							
							
								Sergey Vilgelm 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b77118fdac 
							
						 
					 
					
						
						
							
							Use errcheck from main repo instead of golangci-lint fork ( #1319 )  
						
						... 
						
						
						
						Co-authored-by: Roman Leventov <leventov@ya.ru>
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com> 
						
						
					 
					
						2021-02-25 13:16:48 +01: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 
						 
				 
			
				
					
						
							
							
								Isaev Denis 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9ba730e989 
							
						 
					 
					
						
						
							
							Make incremental analysis ( #808 )  
						
						... 
						
						
						
						Cache linting results. Reanalyze only changed packages
and packages tree depending on them.
Fixes  #768 , fixes  #809  
						
						
					 
					
						2019-10-13 17:40:51 +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 
						 
				 
			
				
					
						
							
							
								Joshua Rubin 
							
						 
					 
					
						
						
						
						
							
						
						
							aa814eb78e 
							
						 
					 
					
						
						
							
							add support for searching for errcheck exclude file  
						
						... 
						
						
						
						Signed-off-by: Joshua Rubin <joshua@rubixconsulting.com> 
						
						
					 
					
						2019-01-20 23:19:45 +03:00 
						 
				 
			
				
					
						
							
							
								Denis Isaev 
							
						 
					 
					
						
						
						
						
							
						
						
							609de3254c 
							
						 
					 
					
						
						
							
							Fix   #331 : fix errcheck "ignore" config directive.  
						
						... 
						
						
						
						Make tests for "ignore" and "exclude" directives.
Mark all hidden command-line options as deprecated. 
						
						
					 
					
						2018-12-23 12:33:41 +03:00 
						 
				 
			
				
					
						
							
							
								Denis Isaev 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8fceb7fc47 
							
						 
					 
					
						
						
							
							Fix   #209 : support goimports.local-prefix option for goimports  
						
						
						
						
					 
					
						2018-10-28 18:47:56 +03:00 
						 
				 
			
				
					
						
							
							
								Ariel Mashraki 
							
						 
					 
					
						
						
						
						
							
						
						
							3e87812087 
							
						 
					 
					
						
						
							
							address CR comments  
						
						
						
						
					 
					
						2018-10-10 21:54:11 +03:00 
						 
				 
			
				
					
						
							
							
								Ariel Mashraki 
							
						 
					 
					
						
						
						
						
							
						
						
							b81346f9d3 
							
						 
					 
					
						
						
							
							linters/errcheck: add support for ignore/exclude flags  
						
						... 
						
						
						
						Add support for the exclude and ignore flags of errcheck.
Note that, this commit depends on golangci/errcheck#1 . We need
to merge it first, update vendors and only then merge this one. 
						
						
					 
					
						2018-10-10 21:54:11 +03:00 
						 
				 
			
				
					
						
							
							
								Denis Isaev 
							
						 
					 
					
						
						
						
						
							
						
						
							0ef36f43d5 
							
						 
					 
					
						
						
							
							Prepare for  #205 : use forked repos without aliases  
						
						
						
						
					 
					
						2018-09-02 14:46:54 +03:00 
						 
				 
			
				
					
						
							
							
								Denis Isaev 
							
						 
					 
					
						
						
						
						
							
						
						
							1a9af12d6d 
							
						 
					 
					
						
						
							
							Fix   #96 : support lll  
						
						
						
						
					 
					
						2018-06-28 23:03:11 +03:00 
						 
				 
			
				
					
						
							
							
								golangci 
							
						 
					 
					
						
						
						
						
							
						
						
							034728ec94 
							
						 
					 
					
						
						
							
							generate parts of README automatically  
						
						
						
						
					 
					
						2018-06-02 11:37:17 +03:00 
						 
				 
			
				
					
						
							
							
								golangci 
							
						 
					 
					
						
						
						
						
							
						
						
							0a111acaab 
							
						 
					 
					
						
						
							
							refactor and don't print congrats if timeouted  
						
						
						
						
					 
					
						2018-06-02 00:30:39 +03:00 
						 
				 
			
				
					
						
							
							
								Will Dixon 
							
						 
					 
					
						
						
						
						
							
						
						
							b699340d13 
							
						 
					 
					
						
						
							
							Allocate memory for known size slices  
						
						
						
						
					 
					
						2018-05-29 19:42:49 -04:00 
						 
				 
			
				
					
						
							
							
								golangci 
							
						 
					 
					
						
						
						
						
							
						
						
							85ee97f776 
							
						 
					 
					
						
						
							
							support config and fix issues in self project  
						
						
						
						
					 
					
						2018-05-11 22:02:24 +03:00 
						 
				 
			
				
					
						
							
							
								golangci 
							
						 
					 
					
						
						
						
						
							
						
						
							d993d3a264 
							
						 
					 
					
						
						
							
							group of fixes after running on golang source code  
						
						
						
						
					 
					
						2018-05-08 17:13:16 +03:00 
						 
				 
			
				
					
						
							
							
								golangci 
							
						 
					 
					
						
						
						
						
							
						
						
							5dc876c260 
							
						 
					 
					
						
						
							
							pretty printing issues  
						
						
						
						
					 
					
						2018-05-08 11:54:30 +03:00 
						 
				 
			
				
					
						
							
							
								golangci 
							
						 
					 
					
						
						
						
						
							
						
						
							4853151835 
							
						 
					 
					
						
						
							
							async issues processing  
						
						
						
						
					 
					
						2018-05-07 21:44:40 +03:00 
						 
				 
			
				
					
						
							
							
								golangci 
							
						 
					 
					
						
						
						
						
							
						
						
							5c074ddfc6 
							
						 
					 
					
						
						
							
							load program only once: big speedup  
						
						
						
						
					 
					
						2018-05-06 19:08:34 +03:00 
						 
				 
			
				
					
						
							
							
								golangci 
							
						 
					 
					
						
						
						
						
							
						
						
							ffd2723a3d 
							
						 
					 
					
						
						
							
							support gofmt and goimports  
						
						
						
						
					 
					
						2018-05-06 09:41:48 +03:00 
						 
				 
			
				
					
						
							
							
								golangci 
							
						 
					 
					
						
						
						
						
							
						
						
							3f1787bf89 
							
						 
					 
					
						
						
							
							support errcheck  
						
						
						
						
					 
					
						2018-05-05 19:43:52 +03:00