We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54a3c68 commit dfbac89Copy full SHA for dfbac89
lib/tapioca/commands/dsl.rb
@@ -363,7 +363,8 @@ def underscore(class_name)
363
364
sig { params(constant: String).returns(String) }
365
def rbi_filename_for(constant)
366
- underscore(constant) + ".rbi"
+ # TODO: Figure out a better way than this.
367
+ underscore(constant).gsub!("rubo_cop", "rubocop") + ".rbi"
368
end
369
370
0 commit comments