Skip to content

Commit 854e0d4

Browse files
committed
Remove duplicate rubocop definition and add TODO checkpoint for rubocop fixes
1 parent 976b79d commit 854e0d4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ruby/.rubocop_todo.yml

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
# Note that changes in the inspected code, or installation of new
77
# versions of RuboCop, may require this file to be generated again.
88

9+
# TODO: Oct '23 -> 10 files inspected, 63 offenses detected, 53 offenses autocorrectable
10+
911
# Offense count: 1
1012
# This cop supports safe autocorrection (--autocorrect).
1113
# Configuration parameters: Severity, Include.

ruby/Gemfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# frozen_string_literal: true
2-
source "https://rubygems.org"
32

4-
gem 'rubocop'
3+
source "https://rubygems.org"
54

65
gemspec

0 commit comments

Comments
 (0)