-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
28 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,35 @@ | ||
[![Go](https://github.com/fmenezes/codeowners/workflows/Go/badge.svg)](https://github.com/fmenezes/codeowners/actions?query=branch%3Amaster) | ||
[![Go Report Card](https://goreportcard.com/badge/github.com/fmenezes/codeowners)](https://goreportcard.com/report/github.com/fmenezes/codeowners) | ||
[![Coverage](https://coveralls.io/repos/github/fmenezes/codeowners/badge.svg?branch=master)](https://coveralls.io/github/fmenezes/codeowners?branch=master) | ||
[![Godoc](https://godoc.org/github.com/fmenezes/codeowners?status.svg)](https://godoc.org/github.com/fmenezes/codeowners) | ||
|
||
# CODEOWNERS | ||
|
||
CodeOwners coder provides funcionality to evaluate CODEOWNERS file in Go. Also provices linter CLI. | ||
CodeOwners coder provides funcionality to evaluate CODEOWNERS file in Go. Also provides linter CLI. | ||
|
||
## Documentation | ||
|
||
### Package | ||
|
||
To find package documentation follow https://godoc.org/github.com/fmenezes/codeowners | ||
|
||
### CLI | ||
|
||
#### Installation | ||
|
||
Simply run `go get -u github.com/fmenezes/codeowners/cmd/codeowners` | ||
|
||
#### Usage | ||
|
||
Simply calling `codeowners` will quick off the cli on the current directory. | ||
|
||
##### Options | ||
|
||
| Option | Default Value | Description | | ||
| ------------- | ------------- | ------------------------------------------------------------------------------ | | ||
| d | . | Directory: specifies the directory you want to use to lint the CODEOWNERS file | | ||
| f | | Format: specifies the format you want to return lint results | | ||
|
||
## Compatibility | ||
|
||
:warning: This module is on a v0 mode and it is not ready to be used, once it reaches the v1 we will lock the API. |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters