ludtwig icon indicating copy to clipboard operation
ludtwig copied to clipboard

CLI tool for developers working with twig files with focus on formatting and detecting mistakes.

Results 35 ludtwig issues
Sort by recently updated
recently updated
newest added

Thank you for the linter :-) If you have some twig statement like `{% if foo > 0 || bar < 0 %}` it is actually not valid and only...

The first attribute ordering implementation keeps the original order of the attributes on tags that contain any twig syntax: https://github.com/MalteJanz/ludtwig/issues/33 This is a follow up issue to improve the situation....

enhancement

The CLI option `-o` which is mainly used for local testing has currently a critical bug: ``` ./ludtwig -o ./../../output/ ../../fixtures/migration ``` results in the writer writing to the following...

bug

As ludtwig doesn't know about any special tags it is very likely that it removes the whitespaces, tabs, and new lines inside of `` tags. These tags are used to...

bug

This is still WIP because the ergonomics of the image are not final (the way you can use it). Also it still needs to be added into the release pipeline....

It was requested multiple times to provide a docker container. This makes it easier to run ludtwig anywhere and also allows for easy integration into CI/CD pipelines. This issue should...

enhancement

Only check `class` attributes (not `:class` attributes which contain javascript). Check for: - `-` as seperator between words - only zero or one time `__` as seperator - only zero...

enhancement
wontfix

Find tag attributes with names like `v-on:`, `v-bind:` and `v-slot:` and suggest to replace them with `@`, `:` and `#`.

enhancement
wontfix

Check the twig block names for `snake_case`

enhancement
wontfix

# Continuation of the issue #4 These are the more uncommon twig structures With this issue the syntax support for twig should be completed. More precisely the following things that...

enhancement