mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 04:12:13 +00:00
Removed PHP5 (no longer supported) Renamed PHP7 to PHP - consistent with other kata Added the same helpers as other PHP Kata Updated the code to PHP7.2+ standard Didn't change GildedRose updateQuality method Updated GildedRoseTest (still failing) Added ApprovalTest (passing) - same text file as texttests / ThirtyDays / stdout.gr (only renamed).
20 lines
456 B
YAML
20 lines
456 B
YAML
parameters:
|
|
sets:
|
|
- 'psr12'
|
|
- 'php70'
|
|
- 'php71'
|
|
- 'symplify'
|
|
- 'common'
|
|
- 'clean-code'
|
|
|
|
line_ending: "\n"
|
|
|
|
# 4 spaces
|
|
indentation: " "
|
|
|
|
skip:
|
|
Symplify\CodingStandard\Sniffs\Architecture\DuplicatedClassShortNameSniff: null
|
|
# Allow snake_case for tests
|
|
PHP_CodeSniffer\Standards\Generic\Sniffs\NamingConventions\CamelCapsFunctionNameSniff:
|
|
- tests/**
|