Skip to content

Commit

Permalink
Fix RuboCop warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomthom committed Jan 3, 2024
1 parent fbac9c9 commit a5760d8
Showing 1 changed file with 8 additions and 21 deletions.
29 changes: 8 additions & 21 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,27 +12,13 @@ AllCops:
SketchUp:
SourcePath: src
TargetSketchUpVersion: 2014
SketchupPerformance:
Exclude:
- ruby-c-extension/**/*
- skippy/**/*
- tests/**/*
- tools/**/*
- vendor/**/*
SketchupRequirements:
Exclude:
- ruby-c-extension/**/*
- skippy/**/*
- tests/**/*
- tools/**/*
- vendor/**/*
SketchupSuggestions:
Exclude:
- ruby-c-extension/**/*
- skippy/**/*
- tests/**/*
- tools/**/*
- vendor/**/*
Exclude:
- Gemfile
- ruby-c-extension/**/*
- skippy/**/*
- tests/**/*
- tools/**/*
- vendor/**/*
TargetRubyVersion: 2.0
Exclude:
- archive/**/*
Expand Down Expand Up @@ -188,6 +174,7 @@ Style/IfUnlessModifier:

Style/MultilineIfModifier:
Exclude:
- Gemfile
- src/testup/file_reporter.rb
- src/testup/ui.rb
- src/testup/ui/adapters/htmldialog.rb
Expand Down

0 comments on commit a5760d8

Please sign in to comment.