From 232cddb7ad8119e10a8b0b91bf1b9d0084bb5440 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 13:52:51 +0000 Subject: [PATCH] Dump full RuboCop config This automated commit dumps the contents of the full RuboCop config. [dependabot skip] --- test/fixtures/full_config.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/test/fixtures/full_config.yml b/test/fixtures/full_config.yml index ad6f116d..c8c06f9b 100644 --- a/test/fixtures/full_config.yml +++ b/test/fixtures/full_config.yml @@ -1210,7 +1210,6 @@ Lint/Debugger: DebuggerRequires: debug.rb: - debug/open - - debug/open_nonstop - debug/start Lint/DeprecatedClassMethods: Description: Check for deprecated class method calls.