From 217b98638c7636652c1430a19d32c13f97eb7e27 Mon Sep 17 00:00:00 2001 From: Sam Partington Date: Fri, 21 Oct 2022 16:35:38 +0100 Subject: [PATCH] Fix Styleguide link in default.yml https://github.com/github/rubocop-github/pull/124/files#r1000474353 --- config/default.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/default.yml b/config/default.yml index d7883cef..ad020013 100644 --- a/config/default.yml +++ b/config/default.yml @@ -691,7 +691,7 @@ Lint/UnreachableLoop: # TODO: Enable this since it's in the styleguide. Lint/UnusedBlockArgument: Enabled: false - StyleGuide: https://github.com/github/rubocop-github/blob/main/STYLEGUIDE.md#spaces-around-equals + StyleGuide: https://github.com/github/rubocop-github/blob/main/STYLEGUIDE.md#underscore-unused-vars Lint/UnusedMethodArgument: Enabled: false