mirror of
				https://github.com/MontFerret/ferret.git
				synced 2025-10-30 23:37:40 +02:00 
			
		
		
		
	Fixed linting issues
This commit is contained in:
		| @@ -29,7 +29,7 @@ type ( | ||||
| ) | ||||
|  | ||||
| var ( | ||||
| 	//revive:disable-next-line var-declaration | ||||
| 	//revive:disable-next-line:var-declaration | ||||
| 	EventError                 Event = 0 | ||||
| 	EventLoad                  Event = 1 | ||||
| 	EventReload                Event = 2 | ||||
|   | ||||
| @@ -6,7 +6,7 @@ import ( | ||||
| 	"github.com/pkg/errors" | ||||
| ) | ||||
|  | ||||
| //revive:disable-next-line redefines-builtin-id | ||||
| //revive:disable-next-line:redefines-builtin-id | ||||
| type Type int64 | ||||
|  | ||||
| const ( | ||||
|   | ||||
		Reference in New Issue
	
	Block a user