diff --git a/gem/lib/rbi-central.rb b/gem/lib/rbi-central.rb index 1c3edf00..93015f59 100644 --- a/gem/lib/rbi-central.rb +++ b/gem/lib/rbi-central.rb @@ -75,6 +75,9 @@ module RBICentral Sorbet/EnforceSignatures: Enabled: true + + Lint/DuplicateMethods: + Enabled: false YML class Error < StandardError; end diff --git a/rbi/annotations/lhm-shopify.rbi b/rbi/annotations/lhm-shopify.rbi index a5dff3d6..5424860f 100644 --- a/rbi/annotations/lhm-shopify.rbi +++ b/rbi/annotations/lhm-shopify.rbi @@ -147,7 +147,7 @@ class Lhm::Migrator sig { params(sql: String).returns(String) } def filter(sql); end - # @version <= 4.2.1 + # @version <= 4.2.1 sig { params(name: T.any(String, Symbol)).void } def remove_column(name); end @@ -163,7 +163,7 @@ class Lhm::Migrator end def remove_index(columns, index_name = nil); end - # @version <= 4.2.1 + # @version <= 4.2.1 sig { params(old: T.any(String, Symbol), nu: T.any(String, Symbol)).void } def rename_column(old, nu); end