CrazySquirrel/EverCookie

View on GitHub
Set theme jekyll-theme-cayman #186
Sergei Iastrebov authored 0ce8813d
complete00:00:18
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: 'exclude_paths' has been deprecated, please use 'exclude_patterns' 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
5
structure
View output
12
Parser process id: 12
codeclimate-parser socket not present
waiting 1s...
W, [2024-11-01T00:05:02.896052 #1]  WARN -- : Skipping lib/EverCookie.min.js due to CC::Parser::Client::HTTPError
W, [2024-11-01T00:05:02.896116 #1]  WARN -- : Response status: 422
W, [2024-11-01T00:05:02.898993 #1]  WARN -- : Skipping lib/Storages/SessionStorage.js due to CC::Parser::Client::HTTPError
W, [2024-11-01T00:05:02.899035 #1]  WARN -- : Response status: 422
W, [2024-11-01T00:05:02.900409 #1]  WARN -- : Skipping lib/Storages/Cookies.js due to CC::Parser::Client::HTTPError
W, [2024-11-01T00:05:02.900443 #1]  WARN -- : Response status: 422
W, [2024-11-01T00:05:02.901777 #1]  WARN -- : Skipping lib/Storages/GlobalStorage.js due to CC::Parser::Client::HTTPError
W, [2024-11-01T00:05:02.901812 #1]  WARN -- : Response status: 422
W, [2024-11-01T00:05:02.903057 #1]  WARN -- : Skipping lib/Storages/LocalStorage.js due to CC::Parser::Client::HTTPError
W, [2024-11-01T00:05:02.903090 #1]  WARN -- : Response status: 422
W, [2024-11-01T00:05:02.904282 #1]  WARN -- : Skipping lib/Storages/DOMStorage.js due to CC::Parser::Client::HTTPError
W, [2024-11-01T00:05:02.904313 #1]  WARN -- : Response status: 422
W, [2024-11-01T00:05:02.906176 #1]  WARN -- : Skipping lib/EverCookie.js due to CC::Parser::Client::HTTPError
W, [2024-11-01T00:05:02.906208 #1]  WARN -- : Response status: 422
6
duplication
View output
12
Parser process id: 12
codeclimate-parser socket not present
waiting 1s...
W, [2024-11-01T00:05:06.837692 #1]  WARN -- : Skipping ./lib/Storages/SessionStorage.js due to CC::Parser::Client::HTTPError
W, [2024-11-01T00:05:06.837755 #1]  WARN -- : Response status: 422
W, [2024-11-01T00:05:06.840712 #1]  WARN -- : Skipping ./lib/EverCookie.min.js due to CC::Parser::Client::HTTPError
W, [2024-11-01T00:05:06.840746 #1]  WARN -- : Response status: 422
W, [2024-11-01T00:05:06.842656 #1]  WARN -- : Skipping ./lib/Storages/Cookies.js due to CC::Parser::Client::HTTPError
W, [2024-11-01T00:05:06.843080 #1]  WARN -- : Response status: 422
W, [2024-11-01T00:05:06.843170 #1]  WARN -- : Skipping ./lib/Storages/GlobalStorage.js due to CC::Parser::Client::HTTPError
W, [2024-11-01T00:05:06.843280 #1]  WARN -- : Response status: 422
W, [2024-11-01T00:05:06.844496 #1]  WARN -- : Skipping ./lib/Storages/LocalStorage.js due to CC::Parser::Client::HTTPError
W, [2024-11-01T00:05:06.844531 #1]  WARN -- : Response status: 422
W, [2024-11-01T00:05:06.844945 #1]  WARN -- : Skipping ./lib/Storages/DOMStorage.js due to CC::Parser::Client::HTTPError
W, [2024-11-01T00:05:06.845178 #1]  WARN -- : Response status: 422
W, [2024-11-01T00:05:06.846831 #1]  WARN -- : Skipping ./lib/EverCookie.js due to CC::Parser::Client::HTTPError
W, [2024-11-01T00:05:06.846869 #1]  WARN -- : Response status: 422
7
eslint
eslint engine documentation
View output
ESLint is running with the default parser.
.eslintrc appears to be incompatible with ESLint 3.
We've attempted to fix any compatibility issues.
Note: some of these warnings may originate in configurations you are extending.
If analysis succeeds, you have nothing to worry about.
To upgrade it do the following:

* Add .yml or .json to the config file name. Extension-less config file names are deprecated.
* Set sourceType to "module" in parserOptions section
* Remove modules from ecmaFeatures section
* Set ecmaVersion to 6 in parserOptions section
* Move ecmaFeatures section under parserOptions section
* Remove no-arrow-condition rule and add the following:

    "no-confusing-arrow": "off",
    "no-constant-condition": [
        "off",
        {
            "checkLoops": false
        }
    ]


* Remove no-empty-label rule and add the following:

    "no-labels": [
        "off",
        {
            "allowLoop": true
        }
    ]


* Remove space-after-keywords rule and add the following:

    "keyword-spacing": [
        "off",
        {
            "after": false
        }
    ]


* Remove space-before-keywords rule and add the following:

    "keyword-spacing": [
        "off",
        {
            "before": false
        }
    ]


* Remove space-return-throw-case rule and add the following:

    "keyword-spacing": [
        "off",
        {
            "after": true
        }
    ]



WARN: Skipping lib/EverCookie.js: it appears to be minified
WARN: Skipping lib/EverCookie.min.js: it appears to be minified
WARN: Skipping lib/Storages/Cookies.js: it appears to be minified
WARN: Skipping lib/Storages/DOMStorage.js: it appears to be minified
WARN: Skipping lib/Storages/GlobalStorage.js: it appears to be minified
WARN: Skipping lib/Storages/LocalStorage.js: it appears to be minified
WARN: Skipping lib/Storages/SessionStorage.js: it appears to be minified
(node:8) Warning: Accessing non-existent property 'cd' of module exports inside circular dependency
(Use `node --trace-warnings ...` to show where the warning was created)
(node:8) Warning: Accessing non-existent property 'pwd' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'ls' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'find' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'cp' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'rm' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'mv' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'mkdir' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'test' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'cat' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'head' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'tail' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'to' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'toEnd' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'sed' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'sort' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'uniq' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'grep' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'which' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'echo' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'dirs' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'pushd' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'popd' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'ln' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'tempdir' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'exec' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'chmod' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'touch' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'set' of module exports inside circular dependency
8
fixme
fixme engine documentation
9
nodesecurity
nodesecurity engine documentation
10
markdownlint
markdownlint engine documentation
View output
/usr/local/bundle/gems/posix-spawn-0.3.11/lib/posix/spawn.rb:467: warning: constant ::Fixnum is deprecated