Init Danger/Endanger with Backbone/package.json versions rules

This commit is contained in:
Jamie Kyle 2022-09-16 11:32:28 -07:00 committed by GitHub
parent c6819a5438
commit bbf4e74239
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 2431 additions and 131 deletions

View file

@ -147,6 +147,7 @@ const excludedFilesRegexp = RegExp(
'^node_modules/css-selector-tokenizer/.+',
'^node_modules/css-tree/.+',
'^node_modules/csso/.+',
'^node_modules/danger/.+',
'^node_modules/default-gateway/.+',
'^node_modules/degenerator/.+',
'^node_modules/detect-port-alt/.+',
@ -267,6 +268,25 @@ const excludedFilesRegexp = RegExp(
'^node_modules/update-notifier/.+',
'^node_modules/windows-release/.+',
// used by danger
'^danger/node_modules/.+',
'^node_modules/@octokit/.+',
'^node_modules/test-exclude/.+',
'^node_modules/micromark/.+',
'^node_modules/micromark-extension-gfm-task-list-item/.+',
'^node_modules/micromark-extension-gfm-autolink-literal/.+',
'^node_modules/memfs-or-file-map-to-github-branch/.+',
'^node_modules/mdast-util-to-markdown/.+',
'^node_modules/mdast-util-from-markdown/.+',
'^node_modules/lodash.once/.+',
'^node_modules/gitlab/.+',
'^node_modules/es6-promisify/.+',
'^node_modules/endanger/.+',
'^node_modules/cpy/.+',
'^node_modules/buffer-equal-constant-time/.+',
'^node_modules/universal-url/.+',
'^node_modules/extglob/.+',
// Used by Storybook
'^node_modules/@emotion/.+',
'^node_modules/@storybook/.+',