php

package
v0.35.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 22, 2026 License: GPL-3.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

View Source
const ComposerNoDevInProductionRuleCode = rules.TallyRulePrefix + "php/composer-no-dev-in-production"

ComposerNoDevInProductionRuleCode is the full rule code.

View Source
const NoXdebugInFinalImageRuleCode = rules.TallyRulePrefix + "php/no-xdebug-in-final-image"

NoXdebugInFinalImageRuleCode is the full rule code.

Variables

This section is empty.

Functions

This section is empty.

Types

type ComposerNoDevInProductionRule

type ComposerNoDevInProductionRule struct{}

ComposerNoDevInProductionRule requires --no-dev for production-like composer installs.

func NewComposerNoDevInProductionRule

func NewComposerNoDevInProductionRule() *ComposerNoDevInProductionRule

NewComposerNoDevInProductionRule creates the rule.

func (*ComposerNoDevInProductionRule) Check

Check runs the rule.

func (*ComposerNoDevInProductionRule) Metadata

Metadata returns the rule metadata.

type NoXdebugInFinalImageRule added in v0.33.0

type NoXdebugInFinalImageRule struct{}

NoXdebugInFinalImageRule flags Xdebug installations in the final image stage.

func NewNoXdebugInFinalImageRule added in v0.33.0

func NewNoXdebugInFinalImageRule() *NoXdebugInFinalImageRule

NewNoXdebugInFinalImageRule creates the rule.

func (*NoXdebugInFinalImageRule) Check added in v0.33.0

Check runs the rule.

func (*NoXdebugInFinalImageRule) Metadata added in v0.33.0

Metadata returns the rule metadata.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL