Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prettier xml: No parser could be inferred for file #1064

Closed
pascalgrimaud opened this issue Mar 17, 2022 · 0 comments · Fixed by #1065
Closed

prettier xml: No parser could be inferred for file #1064

pascalgrimaud opened this issue Mar 17, 2022 · 0 comments · Fixed by #1065
Assignees
Labels

Comments

@pascalgrimaud
Copy link
Member

Following upgrade of prettier from 2.5.1 to 2.6.0:

There are some errors when running prettier:

➜ npm run prettier:check 

> jhlite@0.0.14-SNAPSHOT prettier:check
> prettier --check "{,src/**/}*.{md,json,yml,html,js,ts,tsx,css,scss,vue,java,xml}"

Checking formatting...
pom.xml[error] No parser could be inferred for file: pom.xml
src/main/resources/generator/dependencies/pom.xml[error] No parser could be inferred for file: src/main/resources/generator/dependencies/pom.xml
src/main/resources/generator/server/springboot/cache/ehcache/resources/ehcache.xml[error] No parser could be inferred for file: src/main/resources/generator/server/springboot/cache/ehcache/resources/ehcache.xml
src/main/resources/generator/server/springboot/dbmigration/liquibase/resources/master.xml[error] No parser could be inferred for file: src/main/resources/generator/server/springboot/dbmigration/liquibase/resources/master.xml
src/main/resources/logback-spring.xml[error] No parser could be inferred for file: src/main/resources/logback-spring.xml
src/test/resources/generator/buildtool/maven/pom.test.xml[error] No parser could be inferred for file: src/test/resources/generator/buildtool/maven/pom.test.xml
src/test/resources/generator/server/springboot/core/logback-spring.xml[error] No parser could be inferred for file: src/test/resources/generator/server/springboot/core/logback-spring.xml
src/test/resources/generator/server/springboot/core/logback.xml[error] No parser could be inferred for file: src/test/resources/generator/server/springboot/core/logback.xml
src/test/resources/generator/server/springboot/liquibase/master.test.xml[error] No parser could be inferred for file: src/test/resources/generator/server/springboot/liquibase/master.test.xml
src/test/resources/logback.xml[error] No parser could be inferred for file: src/test/resources/logback.xml
All matched files use Prettier code style!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant