dprint / dprint

Pluggable and configurable code formatting platform written in Rust.

Home Page:https://dprint.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CI GH Actions compile error

dalisoft opened this issue · comments

Are you sure that's dprint failing? It would output an error message if it exited with a 1 exit code. What is smartlint and how is dprint run here?

Thank you for reply @dsherret

  • Yes, i am sure it's dprint failing
  • I don't know why it's does not showing error message, maybe because of error in step of compiling?
  • smartlint is linter command executor which rans in order of specified by user (or by defaults) so user get results from multiple linters for different kind of files
  • dprint is used as part of updated smartlint for faster running

Can you try it without smartlint? It might be suppressing the error message.

Also, where is the repo for smartlint and how does that work in your repo? Is there some config file?

Also, maybe try with dprint check --verbose to see everything it's doing.

Sorry, seems it's bug in my scripts. Sorry again and thank you for looking into this issue