haraka/haraka-plugin-dcc

View on GitHub
Release v1.0.2 (#13) #126
Matt Simerson authored 74f68581
complete00:00:30
Your first build completed successfully!

Congratulations

Your first build completed successfully!

See the Results

1
git clone
2
codeclimate validate-config
View output
codeclimate validate-config
WARNING: 'engines' has been deprecated, please use 'plugins' instead
WARNING: 'ratings' has been deprecated, and will not be used
3
codeclimate prepare
View output
codeclimate prepare
4
builder pull-engines
View output
determining required images
docker pull codeclimate/codeclimate-eslint:b1602
b1602: Pulling from codeclimate/codeclimate-eslint
a2abf6c4d29d: Already exists
716b0e096692: Already exists
fe6faad74785: Pulling fs layer
210ec5508c76: Pulling fs layer
c0598cf3675c: Pulling fs layer
e5606a8ea0d4: Pulling fs layer
b27818791512: Pulling fs layer
86a4f3cc9a5e: Pulling fs layer
a5d46899df2d: Pulling fs layer
d5e019eb1a31: Pulling fs layer
c3e13e26d339: Pulling fs layer
4c2605ced9e8: Pulling fs layer
f785f38b9608: Pulling fs layer
b1c3d3b5b66c: Pulling fs layer
8e9c5ebc6536: Pulling fs layer
c3e13e26d339: Waiting
b27818791512: Waiting
4c2605ced9e8: Waiting
86a4f3cc9a5e: Waiting
f785f38b9608: Waiting
a5d46899df2d: Waiting
d5e019eb1a31: Waiting
b1c3d3b5b66c: Waiting
8e9c5ebc6536: Waiting
e5606a8ea0d4: Waiting
c0598cf3675c: Download complete
e5606a8ea0d4: Download complete
210ec5508c76: Verifying Checksum
210ec5508c76: Download complete
b27818791512: Verifying Checksum
b27818791512: Download complete
86a4f3cc9a5e: Verifying Checksum
86a4f3cc9a5e: Download complete
a5d46899df2d: Verifying Checksum
a5d46899df2d: Download complete
d5e019eb1a31: Download complete
fe6faad74785: Verifying Checksum
fe6faad74785: Download complete
c3e13e26d339: Verifying Checksum
c3e13e26d339: Download complete
f785f38b9608: Verifying Checksum
f785f38b9608: Download complete
b1c3d3b5b66c: Verifying Checksum
b1c3d3b5b66c: Download complete
8e9c5ebc6536: Verifying Checksum
8e9c5ebc6536: Download complete
fe6faad74785: Pull complete
210ec5508c76: Pull complete
c0598cf3675c: Pull complete
e5606a8ea0d4: Pull complete
b27818791512: Pull complete
86a4f3cc9a5e: Pull complete
a5d46899df2d: Pull complete
d5e019eb1a31: Pull complete
c3e13e26d339: Pull complete
4c2605ced9e8: Download complete
4c2605ced9e8: Pull complete
f785f38b9608: Pull complete
b1c3d3b5b66c: Pull complete
8e9c5ebc6536: Pull complete
Digest: sha256:8bd396cecc68e2222b07217ed993dce517601c650b37cc15edf1f03d7e797ce3
Status: Downloaded newer image for registry.prod.codeclimate.net/codeclimate/codeclimate-eslint:b1602
5
structure
View output
12
Parser process id: 12
codeclimate-parser socket not present
waiting 1s...
6
duplication
View output
12
Parser process id: 12
codeclimate-parser socket not present
waiting 1s...
7
eslint
eslint engine documentation
View output
Module not supported: haraka
Error: Failed to load plugin 'haraka' declared in '--config': Cannot find module 'eslint-plugin-haraka'
Require stack:
- /code/__placeholder__.js
    at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)
    at Function.resolve (node:internal/modules/cjs/helpers:108:19)
    at Object.resolve (/usr/local/node_modules/@eslint/eslintrc/dist/eslintrc.cjs:2337:46)
    at ConfigArrayFactory._loadPlugin (/usr/local/node_modules/@eslint/eslintrc/dist/eslintrc.cjs:3404:33)
    at ConfigArrayFactory.<computed> (/usr/src/app/lib/eslint8-patch.js:62:35)
    at ConfigArrayFactory._loadExtendedPluginConfig (/usr/local/node_modules/@eslint/eslintrc/dist/eslintrc.cjs:3224:29)
    at ConfigArrayFactory.<computed> (/usr/src/app/lib/eslint8-patch.js:62:35)
    at ConfigArrayFactory._loadExtends (/usr/local/node_modules/@eslint/eslintrc/dist/eslintrc.cjs:3145:29)
    at ConfigArrayFactory.<computed> (/usr/src/app/lib/eslint8-patch.js:62:35)
    at ConfigArrayFactory._normalizeObjectConfigDataBody (/usr/local/node_modules/@eslint/eslintrc/dist/eslintrc.cjs:3086:25) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [ '/code/__placeholder__.js' ],
  messageTemplate: 'plugin-missing',
  messageData: {
    pluginName: 'eslint-plugin-haraka',
    resolvePluginsRelativeTo: '/code',
    importerName: '--config'
  }
}
Module not supported: plugin:haraka/recommended
Failed to load config "plugin:haraka/recommended" to extend from.
Ignoring the following rules that rely on module resolution:
	 * import/extensions
	 * import/named
	 * import/namespace
	 * import/no-absolute-path
	 * import/no-cycle
	 * import/no-duplicates
	 * import/no-extraneous-dependencies
	 * import/no-named-as-default
	 * import/no-named-as-default-member
	 * import/no-restricted-paths
	 * import/no-unresolved
	 * node/no-hide-code-modules
	 * node/no-missing-require
Skipping the following modules that rely on module resolution:
	 * haraka
	 * plugin:haraka/recommended