diff --git a/.rubocop.yml b/.rubocop.yml index e576568..c0ce6bf 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -12,9 +12,13 @@ AllCops: TargetRailsVersion: 7.0 TargetRubyVersion: 3.0 Exclude: - - 'gemfiles/**/*' - - 'vendor/bundle/**/*' - - 'tmp/**/*' + - .git/**/* + - .github/**/* + - bin/**/* + - gemfiles/**/* + - node_modules/**/* + - tmp/**/* + - vendor/**/* Layout/LineLength: Enabled: false diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 35cf0d0..05e37f5 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -1,6 +1,6 @@ # This configuration was generated by # `rubocop --auto-gen-config --no-offense-counts --no-auto-gen-timestamp` -# using RuboCop version 1.60.2. +# using RuboCop version 1.63.2. # The point is for the user to remove these configuration records # one by one as the offenses are removed from the code base. # Note that changes in the inspected code, or installation of new