Skip to content

Commit

Permalink
add deprecation id from DeprecatedOutletArgument
Browse files Browse the repository at this point in the history
  • Loading branch information
tyb-talks committed Aug 14, 2024
1 parent 395638f commit 20999c6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions lib/deprecation_collector/list.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ module DeprecationCollector

deprecations = YAML.load_file(DEPRECATION_IDS_FILE)
List =
(deprecations["ember_deprecation_ids"] || []).concat(
deprecations["discourse_deprecation_ids"] || [],
)
(deprecations["ember_deprecation_ids"] || [])
.concat(deprecations["discourse_deprecation_ids"] || [])
.concat(%w(discourse.plugin-connector.deprecated-arg.header-contents.topic))
.uniq
end

0 comments on commit 20999c6

Please sign in to comment.