Skip to content

Tags: pixelfederation/coding-standards

Tags

4.1.1

Toggle 4.1.1's commit message
fix(rules): Fixed installed path to support local development and usa…

…ge in games.

4.1.0

Toggle 4.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Update dependencies. Support PHP 8.4. Support Pixel sniffs. Dis… (

#12)

* feat: Update dependencies. Support PHP 8.4. Support Pixel sniffs. Disallow switch sniff.

* feat: Update readme.

* fix(dependencies): Remove composer.lock. No need anymore.

* chore(dependencies): Added composer.lock to gitignore.

* feat(rules): Removed rule "Generic.CodeAnalysis.UselessOverridingMethod".

* feat(rules): Removed null-default values for Jump Statement sniff which in slevomat 8.16.0 make error.

* feat(rules): Update slevomat to 8.16.0. Added composer normalizer. Update class structure with reflection for new group "invoke method".

4.0.0

Toggle 4.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: PHP 8.3 support.

* feat: Refactored for better maintaining.

* feat: Incorporated feedback.

* feat: PHP 8.3 support.

* feat: PHP 8.3 support.

* deps: Support PHP 8.1+.

3.0.0

Toggle 3.0.0's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
feat(refactor): Support php 8.1 and 8.2 with reorganized structure fo… (

#4)

* feat(refactor): Support php 8.1 and 8.2 with reorganized structure for better maintaining.

* fix(refactor): Lock dependencies.

* fix(refactor): Fixed relative path.

* fix(refactor): Correct rule SlevomatCodingStandard.TypeHints.DeclareStrictTypes.

* resolved few comments and added few more.

* feat(refactor): Incorporated feedback.

* fix(rule): Fixed SlevomatCodingStandard.Classes.RequireMultiLineMethodSignature. IncludedMethodPatterns require regexp parameter.

---------

Co-authored-by: Tomas Mihalicka <tomas@mihalicka.com>

2.1.0

Toggle 2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #1 from pixelfederation/open_source

Open source release

2.0.0

Toggle 2.0.0's commit message
- slevomat coding standards updated to v7

1.0.5

Toggle 1.0.5's commit message
- revert after last update with TrailingComma sniff

1.0.4

Toggle 1.0.4's commit message
Merge branch 'exclude-exception-name-for-old-projects' into 'master'

exclude exception name for old projects

See merge request shared/server-coding-standards!5

1.0.3

Toggle 1.0.3's commit message
- excluded RequireNumericLiteralSeparatorSniff and DisallowNumericLit…

…eralSeparatorSniff

1.0.2

Toggle 1.0.2's commit message
- excluded short arrow functions sniff for PHP <= 7.3