From 97c1001c18b660936cbc4227f417fbcb3a7ebf48 Mon Sep 17 00:00:00 2001 From: David Backeus Date: Sat, 4 Nov 2023 20:05:33 +0100 Subject: [PATCH] README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a5f4bcd..4ca32c0 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Specifying `gem_versions` in the standard `gem install` format. gem_versions: rubocop:1.18.3 rubocop-rspec:2.0.0 rubocop-:1.2.0 ``` -#### rubocop arguments +#### `rubocop_arguments` Allows you to pass additional arguments to rubocop. E.g. @@ -63,3 +63,7 @@ Allows you to pass additional arguments to rubocop. E.g. with: rubocop_arguments: --config .rubocop.yml ``` + +### Known issues + +We don't handle hitting API rate limits on the GitHub API. Presumably this could end up being a problem if you create a pull request with a ton of offences requiring inline comments. Shouldn't be a problem for normal use though.