macintushar/draw

View on GitHub
added code climate score to README #5
Tushar Selvakumar authored 47245cee
complete00:00:36
1
git clone
2
codeclimate validate-config
View output
codeclimate validate-config
WARNING: unknown engine or channel <codescan:stable>
WARNING: unknown engine or channel <cody:stable>
WARNING: unknown engine or channel <isort:stable>
WARNING: unknown engine or channel <proselint:stable>
WARNING: unknown engine or channel <protobuf:stable>
WARNING: unknown engine or channel <rustfmt:stable>
WARNING: unknown engine or channel <tfsec:stable>
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
4c2605ced9e8: Waiting
f785f38b9608: Waiting
b1c3d3b5b66c: Waiting
8e9c5ebc6536: Waiting
e5606a8ea0d4: Waiting
b27818791512: Waiting
86a4f3cc9a5e: Waiting
a5d46899df2d: Waiting
d5e019eb1a31: Waiting
c0598cf3675c: Verifying Checksum
c0598cf3675c: Download complete
210ec5508c76: Verifying Checksum
210ec5508c76: Download complete
e5606a8ea0d4: Verifying Checksum
e5606a8ea0d4: Download complete
b27818791512: Download complete
86a4f3cc9a5e: Download complete
a5d46899df2d: Verifying Checksum
a5d46899df2d: Download complete
fe6faad74785: Verifying Checksum
fe6faad74785: Download complete
d5e019eb1a31: Verifying Checksum
d5e019eb1a31: Download complete
f785f38b9608: Verifying Checksum
f785f38b9608: Download complete
c3e13e26d339: Verifying Checksum
c3e13e26d339: Download complete
8e9c5ebc6536: Verifying Checksum
8e9c5ebc6536: Download complete
b1c3d3b5b66c: Verifying Checksum
b1c3d3b5b66c: 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...
W, [2024-09-18T08:30:42.543423 #1]  WARN -- : Skipping src/components/ui/label.tsx due to CC::Parser::Client::HTTPError
W, [2024-09-18T08:30:42.543462 #1]  WARN -- : Response status: 422
W, [2024-09-18T08:30:42.553922 #1]  WARN -- : Skipping src/components/ui/button.tsx due to CC::Parser::Client::HTTPError
W, [2024-09-18T08:30:42.553953 #1]  WARN -- : Response status: 422
W, [2024-09-18T08:30:42.604733 #1]  WARN -- : Skipping src/lib/utils.ts due to CC::Parser::Client::HTTPError
W, [2024-09-18T08:30:42.604769 #1]  WARN -- : Response status: 422
6
duplication
View output
12
Parser process id: 12
codeclimate-parser socket not present
waiting 1s...
W, [2024-09-18T08:30:49.389262 #1]  WARN -- : Skipping ./src/components/ui/label.tsx due to CC::Parser::Client::HTTPError
W, [2024-09-18T08:30:49.389347 #1]  WARN -- : Response status: 422
W, [2024-09-18T08:30:49.420079 #1]  WARN -- : Skipping ./src/components/ui/button.tsx due to CC::Parser::Client::HTTPError
W, [2024-09-18T08:30:49.420166 #1]  WARN -- : Response status: 422
W, [2024-09-18T08:30:49.470902 #1]  WARN -- : Skipping ./src/lib/utils.ts due to CC::Parser::Client::HTTPError
W, [2024-09-18T08:30:49.470992 #1]  WARN -- : Response status: 422
7
eslint
eslint engine documentation
View output
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