mikaelvesavuori/figmagic

View on GitHub
feat: support rrggbbaa format for hex color tokens, solves #198 #425
Mikael Vesavuori authored cbadeecd
complete00:00:39
1
git clone
2
codeclimate validate-config
View output
codeclimate validate-config
No errors or warnings found in .codeclimate.json.
3
codeclimate prepare
View output
codeclimate prepare
4
builder pull-engines
View output
determining required images
docker pull codeclimate/codeclimate-eslint:b1476
b1476: Pulling from codeclimate/codeclimate-eslint
a2abf6c4d29d: Already exists
716b0e096692: Already exists
d65f0cc0c2e2: Pulling fs layer
c7fbf3401fad: Pulling fs layer
811ff2aaa8ce: Pulling fs layer
6961ed5764f3: Pulling fs layer
77321725071c: Pulling fs layer
e5ddd6d9acb6: Pulling fs layer
176840c42401: Pulling fs layer
414f407f492d: Pulling fs layer
7023f3ea382b: Pulling fs layer
af2390cc3e5d: Pulling fs layer
8bc34c14ff5d: Pulling fs layer
50a05621282c: Pulling fs layer
6961ed5764f3: Waiting
543da683a9cb: Pulling fs layer
77321725071c: Waiting
e5ddd6d9acb6: Waiting
176840c42401: Waiting
414f407f492d: Waiting
7023f3ea382b: Waiting
af2390cc3e5d: Waiting
8bc34c14ff5d: Waiting
50a05621282c: Waiting
543da683a9cb: Waiting
811ff2aaa8ce: Download complete
c7fbf3401fad: Verifying Checksum
c7fbf3401fad: Download complete
77321725071c: Verifying Checksum
77321725071c: Download complete
6961ed5764f3: Download complete
e5ddd6d9acb6: Verifying Checksum
e5ddd6d9acb6: Download complete
176840c42401: Download complete
414f407f492d: Download complete
d65f0cc0c2e2: Verifying Checksum
d65f0cc0c2e2: Download complete
7023f3ea382b: Verifying Checksum
7023f3ea382b: Download complete
8bc34c14ff5d: Verifying Checksum
8bc34c14ff5d: Download complete
543da683a9cb: Verifying Checksum
543da683a9cb: Download complete
50a05621282c: Verifying Checksum
50a05621282c: Download complete
af2390cc3e5d: Verifying Checksum
af2390cc3e5d: Download complete
d65f0cc0c2e2: Pull complete
c7fbf3401fad: Pull complete
811ff2aaa8ce: Pull complete
6961ed5764f3: Pull complete
77321725071c: Pull complete
e5ddd6d9acb6: Pull complete
176840c42401: Pull complete
414f407f492d: Pull complete
7023f3ea382b: Pull complete
af2390cc3e5d: Pull complete
8bc34c14ff5d: Pull complete
50a05621282c: Pull complete
543da683a9cb: Pull complete
Digest: sha256:1927fd540edeebf51540dffc05058271fdf3caec4291ef07f3c1dd0947431add
Status: Downloaded newer image for registry.prod.codeclimate.net/codeclimate/codeclimate-eslint:b1476
docker pull codeclimate/codeclimate-nodesecurity:b685
b685: Pulling from codeclimate/codeclimate-nodesecurity
6d987f6f4279: Pulling fs layer
d0e8a23136b3: Pulling fs layer
5ad5b12a980e: Pulling fs layer
c90c0953f532: Pulling fs layer
a52657e035e5: Pulling fs layer
f16a6b2c953a: Pulling fs layer
2a6f46b5f88a: Pulling fs layer
a366c205559d: Pulling fs layer
ee5250d81b13: Pulling fs layer
b7bef50898de: Pulling fs layer
cdf053195db5: Pulling fs layer
a52657e035e5: Waiting
f16a6b2c953a: Waiting
2a6f46b5f88a: Waiting
a366c205559d: Waiting
b7bef50898de: Waiting
cdf053195db5: Waiting
ee5250d81b13: Waiting
c90c0953f532: Waiting
6d987f6f4279: Verifying Checksum
6d987f6f4279: Download complete
6d987f6f4279: Pull complete
5ad5b12a980e: Verifying Checksum
5ad5b12a980e: Download complete
c90c0953f532: Verifying Checksum
c90c0953f532: Download complete
d0e8a23136b3: Download complete
a52657e035e5: Verifying Checksum
a52657e035e5: Download complete
2a6f46b5f88a: Verifying Checksum
2a6f46b5f88a: Download complete
a366c205559d: Download complete
ee5250d81b13: Verifying Checksum
ee5250d81b13: Download complete
f16a6b2c953a: Verifying Checksum
f16a6b2c953a: Download complete
b7bef50898de: Verifying Checksum
b7bef50898de: Download complete
cdf053195db5: Verifying Checksum
cdf053195db5: Download complete
d0e8a23136b3: Pull complete
5ad5b12a980e: Pull complete
c90c0953f532: Pull complete
a52657e035e5: Pull complete
f16a6b2c953a: Pull complete
2a6f46b5f88a: Pull complete
a366c205559d: Pull complete
ee5250d81b13: Pull complete
b7bef50898de: Pull complete
cdf053195db5: Pull complete
Digest: sha256:e0ea23add14382f2fc770dcf3fa9dfdfbfa835e9b429778c3cc57ddd24c1f0e4
Status: Downloaded newer image for registry.prod.codeclimate.net/codeclimate/codeclimate-nodesecurity:b685
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: eslint-plugin-@typescript-eslint
Module not supported: @typescript-eslint/eslint-plugin
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.
* Remove generator-star rule and add the following:

    "generator-star-spacing": [
        "off",
        {
            "after": false,
            "before": false
        }
    ]


* Remove no-arrow-condition rule and add the following:

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


* Remove no-comma-dangle rule and add the following:

    "comma-dangle": [
        "off",
        "always-multiline"
    ]


* Remove no-reserved-keys rule and add the following:

    "quote-props": [
        "off",
        "as-needed",
        {
            "keywords": true
        }
    ]


* Remove no-space-before-semi rule and add the following:

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


* Remove no-wrap-func rule and add the following:

    "no-extra-parens": [
        "off",
        "functions"
    ]


* Remove space-after-function-name rule and add the following:

    "space-before-function-paren": [
        "off",
        [
        ]
    ]


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

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


* Remove space-before-function-parentheses rule and add the following:

    "space-before-function-paren": [
        "off",
        [
        ]
    ]


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

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


* Remove space-in-brackets rule and add the following:

    "array-bracket-spacing": [
        "off",
        [
        ]
    ],
    "object-curly-spacing": [
        "off",
        [
        ]
    ]


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

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


* Remove space-unary-word-ops rule and add the following:

    "space-unary-ops": [
        "off",
        {
            "words": true
        }
    ]



(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
nodesecurity
nodesecurity engine documentation