Skip to content

Commit 60ff898

Browse files
committed
show exported resources in diff
exported resources have an effect, albeit on other nodes, so it is useful to see them in the diff.
1 parent 37a5a9b commit 60ff898

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/octocatalog-diff/catalog-diff/differ.rb

-4
Original file line numberDiff line numberDiff line change
@@ -233,10 +233,6 @@ def filter_diffs_for_ignored_items(result)
233233
def filter_and_cleanup(catalog_resources)
234234
result = []
235235
catalog_resources.each do |resource|
236-
# Exported resources are skipped (this is specifically testing that the value is
237-
# equal to the boolean true, not just that the value exists or something similar)
238-
next if resource['exported'] == true
239-
240236
# This will be the modified hash added to result
241237
hsh = {}
242238
hsh['type'] = resource.fetch('type', '')

0 commit comments

Comments
 (0)