Skip to content

Commit

Permalink
chore(release): 1.7.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.7.0](v1.6.7...v1.7.0) (2020-12-11)

### Features

* add rule alternatives ([#157](#157)) ([c3db71c](c3db71c))
  • Loading branch information
jpoehnelt committed Dec 11, 2020
1 parent c3db71c commit 26b6d2f
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 2 deletions.
3 changes: 3 additions & 0 deletions docs/rules/blacklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ This rule uses the following patterns:

It has a default check level of: `warning`

## Alternatives
* `exclude list`
* `deny list`

## Configuration

Expand Down
3 changes: 3 additions & 0 deletions docs/rules/grandfathered.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ This rule uses the following patterns:

It has a default check level of: `warning`

## Alternatives
* `legacied`
* `exempted`

## Configuration

Expand Down
3 changes: 3 additions & 0 deletions docs/rules/man_hours.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ This rule uses the following patterns:

It has a default check level of: `warning`

## Alternatives
* `person-hours`
* `human-hours`

## Configuration

Expand Down
3 changes: 3 additions & 0 deletions docs/rules/sanity_check.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ This rule uses the following patterns:

It has a default check level of: `warning`

## Alternatives
* `smoke test`
* `confidence check`

## Configuration

Expand Down
6 changes: 6 additions & 0 deletions docs/rules/slave.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ This rule uses the following patterns:

It has a default check level of: `warning`

## Alternatives
* `secondary`
* `node`
* `worker`
* `replica`
* `passive`

## Configuration

Expand Down
3 changes: 3 additions & 0 deletions docs/rules/whitelist.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ This rule uses the following patterns:

It has a default check level of: `warning`

## Alternatives
* `include list`
* `allow list`

## Configuration

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "in-solidarity-bot",
"version": "1.6.7",
"version": "1.7.0",
"description": "A Probot app",
"keywords": [
"probot",
Expand Down

0 comments on commit 26b6d2f

Please sign in to comment.