Home
last modified time | relevance | path

Searched hist:"36 faf6960da95d20701a18669dffb86c9d8fc6b5" (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/_test/
H A Dphpcs_MigrationAdjustments.xml36faf6960da95d20701a18669dffb86c9d8fc6b5 Tue Jan 21 21:02:40 UTC 2020 Michael Große <mic.grosse@googlemail.com> Split out temporary code style excludes

Splitting them out allows for plugins to use _test/phpcs.xml as the
basis for their own linting without having an overly permissive coding
standard.
Also, this makes it more obvious and painful that these are just
intended as temporary exceptions and should be actually fixed.

The rule `Generic.ControlStructures.InlineControlStructure.NotAllowed`
has its comment adjust to make it clear that this is an intended
deviation from the PSR-2/PSR-12 coding standard.

The rule `PSR1.Classes.ClassDeclaration.MissingNamespace` has to remain
in the DokuWiki coding standard as the plugin base classes can currently
not reasonably be in namespaces.

H A Dphpcs.xml36faf6960da95d20701a18669dffb86c9d8fc6b5 Tue Jan 21 21:02:40 UTC 2020 Michael Große <mic.grosse@googlemail.com> Split out temporary code style excludes

Splitting them out allows for plugins to use _test/phpcs.xml as the
basis for their own linting without having an overly permissive coding
standard.
Also, this makes it more obvious and painful that these are just
intended as temporary exceptions and should be actually fixed.

The rule `Generic.ControlStructures.InlineControlStructure.NotAllowed`
has its comment adjust to make it clear that this is an intended
deviation from the PSR-2/PSR-12 coding standard.

The rule `PSR1.Classes.ClassDeclaration.MissingNamespace` has to remain
in the DokuWiki coding standard as the plugin base classes can currently
not reasonably be in namespaces.

/dokuwiki/.github/workflows/
H A DphpCS.yml36faf6960da95d20701a18669dffb86c9d8fc6b5 Tue Jan 21 21:02:40 UTC 2020 Michael Große <mic.grosse@googlemail.com> Split out temporary code style excludes

Splitting them out allows for plugins to use _test/phpcs.xml as the
basis for their own linting without having an overly permissive coding
standard.
Also, this makes it more obvious and painful that these are just
intended as temporary exceptions and should be actually fixed.

The rule `Generic.ControlStructures.InlineControlStructure.NotAllowed`
has its comment adjust to make it clear that this is an intended
deviation from the PSR-2/PSR-12 coding standard.

The rule `PSR1.Classes.ClassDeclaration.MissingNamespace` has to remain
in the DokuWiki coding standard as the plugin base classes can currently
not reasonably be in namespaces.