Skip to content

Commit

Permalink
[#492] Fix rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
khangbui22 committed Mar 8, 2024
1 parent 8efd953 commit dde7303
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .template/addons/crud/lib/template.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use_source_path __dir__

def copy_template_files
::ThorUtils.ignore_tt do
ThorUtils.ignore_tt do
directory 'lib/templates', renderTemplates: false
end
end
Expand Down
2 changes: 2 additions & 0 deletions .template/lib/thor_utils.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# frozen_string_literal: true

class ThorUtils
def self.ignore_tt
# NOTE: change template extension so it would skip
Expand Down

0 comments on commit dde7303

Please sign in to comment.