Closed sgtcoolguy closed 4 years ago
Warnings | |
---|---|
:warning: | **lib/fserver.js#L193** - lib/fserver.js line 193 – 'url.parse' was deprecated since v11.0.0. Use 'url.URL' constructor instead. (node/no-deprecated-api) |
:warning: | **lib/fserver.js#L244** - lib/fserver.js line 244 – Missing JSDoc @returns for function. (valid-jsdoc) |
:warning: | **lib/platform/events.js#L12** - lib/platform/events.js line 12 – Import and export declarations are not supported yet. (node/no-unsupported-features/es-syntax) |
:warning: | **lib/platform/main.js#L5** - lib/platform/main.js line 5 – Import and export declarations are not supported yet. (node/no-unsupported-features/es-syntax) |
:warning: | **lib/platform/process.js#L1** - lib/platform/process.js line 1 – Import and export declarations are not supported yet. (node/no-unsupported-features/es-syntax) |
:warning: | **lib/platform/process.js#L8** - lib/platform/process.js line 8 – Import and export declarations are not supported yet. (node/no-unsupported-features/es-syntax) |
:warning: | **lib/platform/require.js#L1** - lib/platform/require.js line 1 – Import and export declarations are not supported yet. (node/no-unsupported-features/es-syntax) |
:warning: | **lib/platform/require.js#L9** - lib/platform/require.js line 9 – Import and export declarations are not supported yet. (node/no-unsupported-features/es-syntax) |
:warning: | **lib/platform/socket.js#L1** - lib/platform/socket.js line 1 – Import and export declarations are not supported yet. (node/no-unsupported-features/es-syntax) |
Messages | |
---|---|
:book: | :white_check_mark: All tests are passing Nice one! All 4 tests are passing. |
New dependencies added: @commitlint/cli
, @commitlint/config-conventional
, @seadub/danger-plugin-dependencies
, @seadub/danger-plugin-eslint
, @seadub/danger-plugin-junit
, danger
, eslint
, eslint-config-axway
, eslint-plugin-mocha
, husky
, lint-staged
, nyc
and rollup
.
Author: Chris Williams
Description: Provides dependency information on dependency changes in a PR
Homepage: https://github.com/sgtcoolguy/danger-plugin-dependencies#readme
Created | almost 2 years ago |
Last Updated | 15 days ago |
License | MIT |
Maintainers | 1 |
Releases | 3 |
Direct Dependencies | date-fns , lodash.flatten , lodash.includes , node-fetch and semver |
Keywords | danger, danger-plugin, npm, yarn and dependencies |
README
Warnings | |
---|---|
:warning: | New dependencies added: danger-plugin-yarn. |
Author: Orta Therox
Description: Provides dependency information on dependency changes in a PR
Homepage: https://github.com/orta/danger-plugin-yarn#readme
Created | 24 days ago |
Last Updated | 3 minutes ago |
License | MIT |
Maintainers | 1 |
Releases | 14 |
Direct Dependencies | date-fns, lodash.flatten, lodash.includes, node-fetch and esdoc |
Keywords | danger, danger-plugin and yarn |
README
yarn why danger-plugin-yarn
outputGenerated by :no_entry_sign: dangerJS
Author: Chris Williams
Description: Eslint your code with Danger
Homepage: https://github.com/sgtcoolguy/danger-plugin-eslint#readme
Created | almost 2 years ago |
Last Updated | 3 months ago |
License | MIT |
Maintainers | 1 |
Releases | 5 |
Direct Dependencies | |
Keywords | danger, danger-plugin and eslint |
README
Author: Christopher Williams
Description: Add your Junit XML test failures to Danger
Homepage: https://github.com/sgtcoolguy/danger-plugin-junit#readme
Created | almost 2 years ago |
Last Updated | 3 months ago |
License | MIT |
Maintainers | 1 |
Releases | 6 |
Direct Dependencies | fs-extra , glob and xmldom |
Keywords | danger, danger-plugin and junit |
README
Author: Orta Therox
Description: Unit tests for Team Culture
Homepage: https://github.com/danger/danger-js#readme
Created | over 4 years ago |
Last Updated | 20 days ago |
License | MIT |
Maintainers | 3 |
Releases | 277 |
Direct Dependencies | @babel/polyfill , @octokit/rest , async-retry , chalk , commander , debug , fast-json-patch , get-stdin , gitlab , http-proxy-agent , https-proxy-agent , hyperlinker , json5 , jsonpointer , jsonwebtoken , lodash.find , lodash.includes , lodash.isobject , lodash.keys , lodash.mapvalues , lodash.memoize , memfs-or-file-map-to-github-branch , micromatch , node-cleanup , node-fetch , override-require , p-limit , parse-diff , parse-git-config , parse-github-url , parse-link-header , pinpoint , prettyjson , readline-sync , require-from-string and supports-hyperlinks |
Keywords | danger and ci |
README
Formalize your Pull Request etiquette.
What is Danger JS? • Vision • Helping Out • Plugin Development
## What is Danger JS? Danger runs after your CI, automating your team's conventions surrounding code review. This provides another logical step in your process, through which Danger can help lint your rote tasks in daily code review. You can use Danger to codify your team's norms, leaving humans to think about harder problems. Danger JS works with GitHub, BitBucket Server, BitBucket Cloud for code review, then with: Travis CI, GitLab CI, Semaphore, Circle CI, GitHub Actions, Jenkins, Docker Cloud, Bamboo, Bitrise, surf-build, Codeship, Drone, Buildkite, Nevercode, buddybuild, Buddy.works, TeamCity, Visual Studio Team Services, Screwdriver, Concourse, Netlify, CodeBuild, Codefresh, AppCenter, BitBucket Pipelines, or Cirrus CI. [![npm](https://img.shields.io/npm/v/danger.svg)](https://www.npmjs.com/package/danger) [![Build Status](https://travis-ci.org/danger/danger-js.svg?branch=master)](https://travis-ci.org/danger/danger-js) [![Build Status](https://ci.appveyor.com/api/projects/status/ep5hgeox3lbc5c7f?svg=true)](https://ci.appveyor.com/project/orta/danger-js/branch/master) [![Join the community on Spectrum](https://withspectrum.github.io/badge/badge.svg)](https://spectrum.chat/danger) ## For example? You can: - Enforce CHANGELOGs - Enforce links to Trello/JIRA in PR/MR bodies - Enforce using descriptive labels - Look out for common anti-patterns - Highlight interesting build artifacts - Give warnings when specific files change Danger provides the glue to let _you_ build out the rules specific to your team's culture, offering useful metadata and a comprehensive plugin system to share common issues. ## Getting Started Alright. So, actually, you may be in the wrong place. From here on in, this README is going to be for people who are interested in working on and improving on Danger JS. We keep all of the end-user documentation atAuthor: Mario Nebl
Description: Shareable commitlint config enforcing conventional commits
Homepage: https://github.com/conventional-changelog/commitlint#readme
Created | almost 3 years ago |
Last Updated | about 1 month ago |
License | MIT |
Maintainers | 4 |
Releases | 34 |
Direct Dependencies | conventional-changelog-conventionalcommits |
Keywords | conventional-changelog, commitlint, commitlint-config and angular |
Author: Axway, Inc.
Description: Shareable eslint config for Axway projects
Homepage: https://github.com/appcelerator/eslint-config-axway#readme
Created | over 3 years ago |
Last Updated | 11 days ago |
License | Apache-2.0 |
Maintainers | 3 |
Releases | 42 |
Direct Dependencies | eslint-plugin-chai-expect , eslint-plugin-import , eslint-plugin-node , eslint-plugin-promise , eslint-plugin-security , find-root and semver |
Keywords | appcelerator, axway, config, eslint, eslintconfig, eslint-config, javascript, jscs, jshint, lint, linter, linting and styleguide |
This README is too long to show.
Author: Mathias Schreck
Description: Eslint rules for mocha.
Homepage: https://github.com/lo1tuma/eslint-plugin-mocha
Created | about 6 years ago |
Last Updated | 3 months ago |
License | MIT |
Maintainers | 3 |
Releases | 46 |
Direct Dependencies | eslint-utils and ramda |
Keywords | eslint, eslintplugin, eslint-plugin and mocha |
README
Author: Typicode
Description: Prevents bad commit or push (git hooks, pre-commit/precommit, pre-push/prepush, post-merge/postmerge and all that stuff...)
Homepage: https://github.com/typicode/husky#readme
Created | over 6 years ago |
Last Updated | 5 days ago |
License | MIT |
Maintainers | 1 |
Releases | 163 |
Direct Dependencies | chalk , ci-info , compare-versions , cosmiconfig , find-versions , opencollective-postinstall , pkg-dir , please-upgrade-node , slash and which-pm-runs |
Keywords | git, hook, hooks, pre-commit, precommit, post-commit, postcommit, pre-push, prepush, post-merge, postmerge, test and lint |
Author: Andrey Okonetchnikov
Description: Lint files staged by git
Homepage: https://github.com/okonet/lint-staged#readme
Created | almost 5 years ago |
Last Updated | 4 days ago |
License | MIT |
Maintainers | 1 |
Releases | 168 |
Direct Dependencies | chalk , cli-truncate , commander , cosmiconfig , debug , dedent , enquirer , execa , listr2 , log-symbols , micromatch , normalize-path , please-upgrade-node , string-argv and stringify-object |
Keywords | lint, git, staged, eslint, prettier, stylelint, code, quality, check, format and validate |
This README is too long to show.
Author: Ben Coe
Description: the Istanbul command line interface
Homepage: https://istanbul.js.org/
Created | over 5 years ago |
Last Updated | 5 months ago |
License | ISC |
Maintainers | 3 |
Releases | 163 |
Direct Dependencies | @istanbuljs/load-nyc-config , @istanbuljs/schema , caching-transform , convert-source-map , decamelize , find-cache-dir , find-up , foreground-child , get-package-type , glob , istanbul-lib-coverage , istanbul-lib-hook , istanbul-lib-instrument , istanbul-lib-processinfo , istanbul-lib-report , istanbul-lib-source-maps , istanbul-reports , make-dir , node-preload , p-map , process-on-spawn , resolve-from , rimraf , signal-exit , spawn-wrap , test-exclude and yargs |
Keywords | coverage, reporter, subprocess and testing |
This README is too long to show.
Author: Mario Nebl
Description: Lint your commit messages
Homepage: https://github.com/conventional-changelog/commitlint#readme
Created | over 3 years ago |
Last Updated | about 1 month ago |
License | MIT |
Maintainers | 4 |
Releases | 67 |
Direct Dependencies | @babel/runtime , @commitlint/format , @commitlint/lint , @commitlint/load , @commitlint/read , chalk , core-js , get-stdin , lodash , resolve-from , resolve-global and yargs |
Keywords | conventional-changelog, commitlint and cli |
Author: Rich Harris
Description: Next-generation ES module bundler
Homepage: https://rollupjs.org/
Created | over 5 years ago |
Last Updated | 4 days ago |
License | MIT |
Maintainers | 5 |
Releases | 485 |
Direct Dependencies | fsevents |
Keywords | modules, bundler, bundling, es6 and optimizer |
README
package.json
scriptsbuild/liveview.js
to usingrollup
to bundle code (which was modified to use es6import
/export
)build/
folder, it should get built!eslint-config-axway
for linting code.npmignore
so we don't include build/CI/test files