mirror of
				https://github.com/mgechev/revive.git
				synced 2025-10-30 23:37:49 +02:00 
			
		
		
		
	Add Codeac.io - Automated code review tool (#207)
* + Codeac.io service * @ fix typo * + CI section * @ fix typo
This commit is contained in:
		
				
					committed by
					
						 Minko Gechev
						Minko Gechev
					
				
			
			
				
	
			
			
			
						parent
						
							9649b1c2a1
						
					
				
				
					commit
					7b27ac88b9
				
			| @@ -41,6 +41,7 @@ Here's how `revive` is different from `golint`: | ||||
| - [`lorawan-stack`](https://github.com/TheThingsNetwork/lorawan-stack) - The Things Network Stack for LoRaWAN V3 | ||||
| - [`gofight`](https://github.com/appleboy/gofight) - Testing API Handler written in Golang. | ||||
| - [`ggz`](https://github.com/go-ggz/ggz) - An URL shortener service written in Golang | ||||
| - [`Codeac.io`](https://www.codeac.io?ref=revive) - Automated code review service integrates with GitHub, Bitbucket and GitLab (even self-hosted) and helps you fight technical debt. | ||||
|  | ||||
| *Open a PR to add your project*. | ||||
|  | ||||
| @@ -53,6 +54,7 @@ Here's how `revive` is different from `golint`: | ||||
| - [revive](#revive) | ||||
|   - [Usage](#usage) | ||||
|     - [Text Editors](#text-editors) | ||||
|     - [Continuous Integration](#continuous-integration) | ||||
|     - [Bazel](#bazel) | ||||
|     - [Installation](#installation) | ||||
|     - [Command Line Flags](#command-line-flags) | ||||
| @@ -108,6 +110,10 @@ call ale#linter#Define('go', { | ||||
| \}) | ||||
| ``` | ||||
|  | ||||
| ### Continuous Integration | ||||
|  | ||||
| [Codeac.io](https://www.codeac.io?ref=revive) - Automated code review service integrates with GitHub, Bitbucket and GitLab (even self-hosted) and helps you fight technical debt. Check your [pull-requests](https://www.codeac.io/documentation/pull-requests.html?ref=revive) with [revive](https://www.codeac.io/documentation/revive-configuration.html?ref=revive) automatically. (free for open-source projects) | ||||
|  | ||||
| ### Installation | ||||
|  | ||||
| ```bash | ||||
|   | ||||
		Reference in New Issue
	
	Block a user