linter-alex icon indicating copy to clipboard operation
linter-alex copied to clipboard

📝Sensitive, considerate writing before you merge your Pull Requests

Results 11 linter-alex issues
Sort by recently updated
recently updated
newest added

## The dependency [probot](https://github.com/probot/probot) was updated from `7.5.1` to `8.0.0`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...

greenkeeper

## Version **15.11.2** of **@octokit/rest** was just published. Dependency @octokit/rest Current Version 15.11.1 Type devDependency The version **15.11.2** is **not covered** by your **current version range**. If you don’t accept...

greenkeeper

## The devDependency [nodemon](https://github.com/remy/nodemon) was updated from `1.19.4` to `2.0.0`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...

greenkeeper

## The dependency [alex](https://github.com/get-alex/alex) was updated from `6.0.0` to `7.0.0`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...

greenkeeper

## The devDependency [nodemon](https://github.com/remy/nodemon) was updated from `1.18.5` to `1.18.6`. 🚨 [View failing branch](https://github.com/swinton/linter-alex/compare/master...swinton:greenkeeper%2Fnodemon-1.18.6). This version is **covered** by your **current version range** and after updating it in your project...

greenkeeper

## The devDependency [standard](https://github.com/standard/standard) was updated from `12.0.1` to `13.0.1`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...

greenkeeper

I'm not sure if this is intentional behavior, but right now the check runs apply to all files but only link to the files changed. See: https://github.com/probot/probot/pull/574/checks?check_run_id=4611898

Under `looking for an example?`, `here you go` in `README.md` is a broken link: https://github.com/swinton/example/runs/449335 ![image](https://user-images.githubusercontent.com/42895464/50973058-adaccb80-14f0-11e9-80cc-d0a4b8f67a3f.png)

This prevents GitHub from reporting: `... Successful in -1m`

Having the ability to skip files via some kind of `.linter-alex.yml` would be handy. ## E.g. ```yaml --- skip: - CODE_OF_CONDUCT.md ```

enhancement