update docs (#22)
This commit is contained in:
parent
715d4ecef7
commit
d90d717965
@ -5,17 +5,6 @@
|
|||||||
"imageSize": 100,
|
"imageSize": 100,
|
||||||
"commit": false,
|
"commit": false,
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
|
||||||
"login": "MiguelSavignano",
|
|
||||||
"name": "Miguel Savignano",
|
|
||||||
"avatar_url": "https://avatars3.githubusercontent.com/u/6641863?v=4",
|
|
||||||
"profile": "https://github.com/MiguelSavignano",
|
|
||||||
"contributions": [
|
|
||||||
"infra",
|
|
||||||
"test",
|
|
||||||
"code"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"login": "andrewmcodes",
|
"login": "andrewmcodes",
|
||||||
"name": "Andrew Mason",
|
"name": "Andrew Mason",
|
||||||
@ -27,6 +16,17 @@
|
|||||||
"doc",
|
"doc",
|
||||||
"code"
|
"code"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"login": "MiguelSavignano",
|
||||||
|
"name": "Miguel Savignano",
|
||||||
|
"avatar_url": "https://avatars3.githubusercontent.com/u/6641863?v=4",
|
||||||
|
"profile": "https://github.com/MiguelSavignano",
|
||||||
|
"contributions": [
|
||||||
|
"infra",
|
||||||
|
"test",
|
||||||
|
"code"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"contributorsPerLine": 7,
|
"contributorsPerLine": 7,
|
||||||
|
|||||||
1
.github/PULL_REQUEST_TEMPLATE.md
vendored
1
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -13,3 +13,4 @@ Explain value.
|
|||||||
## Checklist
|
## Checklist
|
||||||
|
|
||||||
- [ ] My code follows the style guidelines of this project
|
- [ ] My code follows the style guidelines of this project
|
||||||
|
- [ ] Actions are passing
|
||||||
|
|||||||
14
README.md
14
README.md
@ -1,10 +1,10 @@
|
|||||||

|

|
||||||
|

|
||||||
|

|
||||||
[](#contributors)
|
[](#contributors)
|
||||||
|
|
||||||
# Rubocop Linter Action
|
# Rubocop Linter Action
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
GitHub Action to run Rubocop against your code and create annotations in the UI.
|
GitHub Action to run Rubocop against your code and create annotations in the UI.
|
||||||
|
|
||||||
**NOTE: due to the GitHub Check Runs API, we can only return 50 annotations per run. See [here](https://developer.github.com/v3/checks/runs/#output-object) for more info.**
|
**NOTE: due to the GitHub Check Runs API, we can only return 50 annotations per run. See [here](https://developer.github.com/v3/checks/runs/#output-object) for more info.**
|
||||||
@ -25,13 +25,7 @@ Add the following to your GitHub action workflow:
|
|||||||
```yaml
|
```yaml
|
||||||
name: Rubocop
|
name: Rubocop
|
||||||
|
|
||||||
on:
|
on: [push]
|
||||||
pull_request:
|
|
||||||
branches:
|
|
||||||
- '*'
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 42 KiB |
Reference in New Issue
Block a user