We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d424b9 commit 99455fbCopy full SHA for 99455fb
test/new_relic/license_test.rb
@@ -69,7 +69,9 @@ def should_skip?(path)
69
# skip multiverse auto-generated db/schema
70
path =~ %r{/test/multiverse/suites/.*/db/schema.rb$} ||
71
# skip the artifacts directory
72
- path =~ %r{/artifacts/}
+ path =~ %r{/artifacts/} ||
73
+ # skip the changelog
74
+ path =~ %r{CHANGELOG.md}
75
)
76
end
77
0 commit comments