You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.
If I run yarn prettier:check (which is hooked into our linting check on circle), I get an error printed but still get a successful exit code:
➜ statechannels-contracts git:(solidity-prettier) ✗ yarn prettier:check
yarn run v1.22.5
$ prettier --list-different **/*.sol
contracts/AttestationApp.sol[error] No parser could be inferred for file: contracts/AttestationApp.sol
✨ Done in 0.58s.
No formatting is applied as a result.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If I run
yarn prettier:check
(which is hooked into our linting check on circle), I get an error printed but still get a successful exit code:No formatting is applied as a result.
The text was updated successfully, but these errors were encountered: