File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
lib/octocatalog-diff/catalog-diff Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -268,9 +268,7 @@ def filter_and_cleanup(catalog_resources)
268
268
# The order of tags is unimportant. Sort this array to avoid false diffs if order changes.
269
269
# Also if tags is empty, don't add. Most uses of catalog diff will want to ignore tags,
270
270
# and if you're ignoring tags you won't get here anyway. Also, don't add empty array of tags.
271
- unless @opts [ :ignore_tags ]
272
- hsh [ k ] = v . sort if v . is_a? ( Array ) && v . any?
273
- end
271
+ hsh [ k ] = v . sort if v . is_a? ( Array ) && v . any?
274
272
elsif k == 'file' || k == 'line'
275
273
# We don't care, for the purposes of catalog-diff, from which manifest and line this resource originated.
276
274
# However, we may report this to the user, so we will keep it in here for now.
You can’t perform that action at this time.
0 commit comments