digitalcz/coding-standard

Coding standards used across projects developed by Digital Solutions teams.

Installs: 10 118

Dependents: 5

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 1

Language:Dockerfile

v0.2.1 2024-02-29 06:54 UTC

This package is auto-updated.

Last update: 2024-04-29 07:22:18 UTC


README

Coding standards používané interně pro vývoj projektů ve společnosti Digital Solutions.

Instalace

composer require --dev digitalcz/coding-standard

Vytvořte ruleset.xml v kořenovém adresáři projektu.

<?xml version="1.0" encoding="UTF-8"?>
<ruleset name="custom">
    <rule ref="./vendor/digitalcz/coding-standard/ruleset.xml"/>
</ruleset>