This repository has been archived by the owner on Oct 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
TSLint not invoked on lint cli #19
Comments
I would generally find it good if these lint and prettier commands would be a bit more verbose. A bit too much auto-magic for my taste. 😋 |
Might this be related to the problems in the |
Hm, I think that might be it! TSLint probably ignores files in `.gitignore`!
…On Wed, 6 Mar 2019, 13:27 Holger Drewes, ***@***.***> wrote:
Might this be related to the problems in the merkle-patricia-tree library
addressed here
<ethereumjs/merkle-patricia-tree#83 (review)>
?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#19 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABhJVzeHgShtxN4cvAurHJuv6OXNo8uWks5vT7QwgaJpZM4bHnPh>
.
|
Ok, think I will close this here for now, can always reopen if necessary. 😄 |
This issue still persists, and is not due to |
Where do you see this issue? In which projects? |
I noticed in while working on turbo-token, but just tested in VM and it's the same. |
Can u provide a CI build link? |
From https://circleci.com/gh/ethereumjs/ethereumjs-vm/7322: #!/bin/bash -eo pipefail
npm run lint
> [email protected] lint /home/circleci/project/ethereumjs-vm
> ethereumjs-config-lint
+ exec npm run format
> [email protected] format /home/circleci/project/ethereumjs-vm
> ethereumjs-config-format
+ exec prettier --list-different **/*.{ts,json,md} |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It has happened a few times for me that running
npm run lint
returns no error, but runningnpm run tslint
does return errors, which is strange given thatlint
runstslint
internally.The text was updated successfully, but these errors were encountered: