Skip to content

Commit

Permalink
local for local experiments
Browse files Browse the repository at this point in the history
TRAILING WHITESPAACE IN RUBOCOP
  • Loading branch information
Pandademic committed Aug 6, 2021
1 parent 8a43e97 commit f716e3b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/cups/
Rakefile
*log
/junkTrunk/
*.txt
/local/
8 changes: 5 additions & 3 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
Metrics/MethodLength:
Enabled: false
AllCops:
AutoCorrect: false
TargetRubyVersion: 2.5
AutoCorrect: true
TargetRubyVersion: 2.7
Lint/UnreachableLoop:
Enabled: false
Layout/EndOfLine:
Enabled: false
Metrics/AbcSize:
Enabled: false
Naming/MethodName: camelCase
Naming/MethodName:
AutoCorrect: false

1 change: 0 additions & 1 deletion Tests/Hello_World.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# frozen_string_literal: true

puts 'Hello world'

0 comments on commit f716e3b

Please sign in to comment.