Skip to content

Customize latte linter #286

@MartkCz

Description

@MartkCz

I want to use custom latte macros, now I must copy whole file latte-lint.php to my file then edit it. It's not good for future updates.

I would imagine usage like this:

require __DIR__ . '/vendor/autoload.php'; $booting = new Booting(); $engine = $booting->boot()	->createContainer()	->getByType(Engine::class) LatteLinter::run($engine);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions