We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37a5a9b commit 60ff898Copy full SHA for 60ff898
lib/octocatalog-diff/catalog-diff/differ.rb
@@ -233,10 +233,6 @@ def filter_diffs_for_ignored_items(result)
233
def filter_and_cleanup(catalog_resources)
234
result = []
235
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
-
240
# This will be the modified hash added to result
241
hsh = {}
242
hsh['type'] = resource.fetch('type', '')
0 commit comments