Skip to content

Commit

Permalink
Autofix Layout/EmptyLineAfterMagicComment.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomthom committed Oct 25, 2019
1 parent 2801c11 commit 343e285
Show file tree
Hide file tree
Showing 30 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# frozen_string_literal: true

source 'https://rubygems.org'

group :development do
Expand Down
1 change: 1 addition & 0 deletions modules/boundingbox.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# frozen_string_literal: true

Sketchup.require 'modules/boundingbox_constants'
Sketchup.require 'modules/object_utils'

Expand Down
1 change: 1 addition & 0 deletions modules/boundingbox_constants.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# frozen_string_literal: true

module SkippyLib
# @since 3.0.0
module BoundingBoxConstants
Expand Down
1 change: 1 addition & 0 deletions modules/c_extension_manager.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# frozen_string_literal: true

require 'fileutils'

Sketchup.require 'modules/object_utils'
Expand Down
1 change: 1 addition & 0 deletions modules/color.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# frozen_string_literal: true

require 'modules/color'

module SkippyLib
Expand Down
1 change: 1 addition & 0 deletions modules/command.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# frozen_string_literal: true

Sketchup.require 'modules/resource'

module SkippyLib
Expand Down
1 change: 1 addition & 0 deletions modules/drawing_cache.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# frozen_string_literal: true

Sketchup.require 'modules/object_utils'

module SkippyLib
Expand Down
1 change: 1 addition & 0 deletions modules/drawing_helper.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# frozen_string_literal: true

require 'modules/view_constants'

module SkippyLib
Expand Down
1 change: 1 addition & 0 deletions modules/geometry.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# frozen_string_literal: true

module SkippyLib
# @since 3.0.0
module Geometry
Expand Down
1 change: 1 addition & 0 deletions modules/image.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# frozen_string_literal: true

module SkippyLib
# @since 3.0.0
module Image
Expand Down
1 change: 1 addition & 0 deletions modules/image_rep.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# frozen_string_literal: true

Sketchup.require 'modules/platform'

module SkippyLib
Expand Down
1 change: 1 addition & 0 deletions modules/line.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# frozen_string_literal: true

module SkippyLib
# @since 3.0.0
class Line < Array
Expand Down
1 change: 1 addition & 0 deletions modules/object_utils.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# frozen_string_literal: true

module SkippyLib
# @since 3.0.0
module ObjectUtils
Expand Down
1 change: 1 addition & 0 deletions modules/pick_helper.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# frozen_string_literal: true

module SkippyLib
# @since 3.0.0
module PickHelper
Expand Down
1 change: 1 addition & 0 deletions modules/plane.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# frozen_string_literal: true

module SkippyLib
# @since 3.0.0
class Plane < Array
Expand Down
1 change: 1 addition & 0 deletions modules/platform.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# frozen_string_literal: true

module SkippyLib
# @since 3.0.0
module Platform
Expand Down
1 change: 1 addition & 0 deletions modules/resource.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# frozen_string_literal: true

Sketchup.require 'modules/platform'

module SkippyLib
Expand Down
1 change: 1 addition & 0 deletions modules/skippylib.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# frozen_string_literal: true

# tt-lib³ is a a `skippy` library for SketchUp.
#
# Pick and choose what modules and classes you need for your SketchUp extension
Expand Down
1 change: 1 addition & 0 deletions modules/tool_constants.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# frozen_string_literal: true

module SkippyLib
# @since 3.0.0
module ToolConstants
Expand Down
1 change: 1 addition & 0 deletions modules/uv.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# frozen_string_literal: true

module SkippyLib

# Alias to make code more readable.
Expand Down
1 change: 1 addition & 0 deletions modules/uv/mapping.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# frozen_string_literal: true

module SkippyLib
# Simple structure to make it more readable to build the UV mapping array
# for `Sketchup::Face#position_material`.
Expand Down
1 change: 1 addition & 0 deletions modules/view_constants.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# frozen_string_literal: true

module SkippyLib
# @since 3.0.0
module ViewConstants
Expand Down
1 change: 1 addition & 0 deletions tests/TT_Lib/TC_Color.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# frozen_string_literal: true

require 'testup/testcase'

require 'modules/color'
Expand Down
1 change: 1 addition & 0 deletions tests/TT_Lib/TC_Geometry.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# frozen_string_literal: true

require 'testup/testcase'

require 'modules/geometry'
Expand Down
1 change: 1 addition & 0 deletions tests/TT_Lib/TC_Line.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# frozen_string_literal: true

require 'testup/testcase'

require 'modules/line'
Expand Down
1 change: 1 addition & 0 deletions tests/TT_Lib/TC_UV.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# frozen_string_literal: true

require 'testup/testcase'

require 'modules/uv'
Expand Down
1 change: 1 addition & 0 deletions tests/TT_Lib/TC_UVQ.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# frozen_string_literal: true

require 'testup/testcase'

require 'modules/uv'
Expand Down
1 change: 1 addition & 0 deletions tools/coverage.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# frozen_string_literal: true

puts 'COVERAGE: Preparing to run coverage tests...'

puts "COVERAGE: Working Directory: #{Dir.pwd} (#{Dir.getwd})"
Expand Down
1 change: 1 addition & 0 deletions tools/generate_testup_coverage.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# frozen_string_literal: true

require 'fileutils'

solution_path = File.expand_path('..', __dir__)
Expand Down
1 change: 1 addition & 0 deletions tools/run_coverage.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# frozen_string_literal: true

# TODO: Support Mac
# TODO: Support argument for SketchUp version.

Expand Down

0 comments on commit 343e285

Please sign in to comment.