Vincent Langlet
Vincent Langlet
Thanks a lot Let's start with the basic box support first and we'll see later if manifest is needed/requested. :)
Phar is available in the 3.0.0-rc-1 version https://github.com/VincentLanglet/Twig-CS-Fixer/releases/tag/3.0.0-rc-1 Could you try it and tell me if anything is wrong @garak @llaville ? Thanks
> It seems it does not work with Twig components > > > File is invalid: Unknown "props" tag. > > > File is invalid: Unexpected "component" tag (expecting >...
> But I'm not sure if there is a way to still auto-detect those classes... A "solution" might be to remove the code https://github.com/VincentLanglet/Twig-CS-Fixer/blob/main/src/Runner/Linter.php#L71-L75 I would stop to validate the...
> I have no _need_ to use the phar one, and that would not shock me if the PHAR version is released without support for external Parser ;) Sure, but...
I'll try it @llaville https://github.com/VincentLanglet/Twig-CS-Fixer/pull/279 Also, I found an issue with the PHAR, maybe you could help me on it. If I write a custom rules in my project-src folder...
> * [ ] Modify editorconfig and linter for xml on all projects https://github.com/sonata-project/dev-kit/pull/1615
Will also need to modify all the `origin="AdminFooBundle.en.xliff"`
I fixed xliff files in - SonataDatagridBundle - SonataDashboardBundle - SonataCommentBundle - SonataAdminBundle - twig-extensions - SonataTranslationBundle - SonataTimelineBundle @jordisala1991 did in - SonataUserBundle - SonataSeoBundle - SonataPageBundle - SonataNotificationBundle...
In a similar way, it would be nice to do the same for the PR on the github api. https://github.com/sonata-project/dev-kit/pull/1563#issue-669087524 We're doing `$this->githubPager->fetchAll($this->github->search(), 'issues', [$query->toString()])` then a call to the...