Skip to content

Commit

Permalink
chore: rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldtse committed Jan 11, 2025
1 parent 73864bf commit 10de5fd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
10 changes: 9 additions & 1 deletion .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2025-01-06 00:55:21 UTC using RuboCop version 1.69.2.
# on 2025-01-11 09:57:45 UTC using RuboCop version 1.70.0.
# 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
Expand All @@ -16,3 +16,11 @@ Metrics/BlockLength:
# Configuration parameters: AllowedConstants.
Style/Documentation:
Enabled: false

# Offense count: 9
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: EnforcedStyle, ConsistentQuotesInMultiline.
# SupportedStyles: single_quotes, double_quotes
Style/StringLiterals:
Exclude:
- 'Gemfile'
7 changes: 4 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ source 'https://rubygems.org'
# Specify your gem's dependencies in metaschema.gemspec
gemspec

gem 'nokogiri'
gem 'rake', '~> 13.0'

gem 'rspec', '~> 3.0'

gem 'rubocop', '~> 1.21'
gem 'rubocop'
gem 'rubocop-performance'
gem 'xml-c14n'

0 comments on commit 10de5fd

Please sign in to comment.