Skip to content

create fix "strict" to introduce stricter syntax in fixes #373

Description

@nicolasfranck

Now the fixes like copy_field do not make a difference between

copy_field("field1","field2")

and

copy_field(field1,field2)

this makes it hard to introduce something like "literals".

Maybe add a fix like "strict" (or a better title), comparable to "use strict" from javascript?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions