From 982663a9eedaa2da8541bbce828e9456f7f21d8f Mon Sep 17 00:00:00 2001 From: Brooke Kuhlmann Date: Sat, 2 Mar 2024 10:25:17 -0700 Subject: [PATCH] Updated RuboCop to use XDG local configuration Necessary to leverage the new XDG local configuration support added in Version 1.61.0. Milestone: patch --- .rubocop.yml => .config/rubocop/config.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .rubocop.yml => .config/rubocop/config.yml (100%) diff --git a/.rubocop.yml b/.config/rubocop/config.yml similarity index 100% rename from .rubocop.yml rename to .config/rubocop/config.yml