Skip to content

Releases: BernardoSilva/git-hooks-php

v2.2.0

23 Apr 21:01
2.2.0
d911c03

Choose a tag to compare

This release prevents files being added to stage automatically.
This was happening to ensure when the autofixer fixed files those changes were added straight away.
But when a developer wants to add partially a file then this behaviour was breaking that action without the developer being aware of that.

v2.1.1

13 Dec 15:32
a121c3d

Choose a tag to compare

  • allow to detect vendor directory in sub-directories

e.g.

- /README.md
- /src
    - /vendor
    - composer.json

v2.1.0

01 Dec 01:17
2.1.0
2149da8

Choose a tag to compare

Allow rules specified per project when phpcs.xml.dist or phpcs.xml are present in project root

v1.2.0

01 Dec 11:34
8bc0dd0

Choose a tag to compare

Added backward compatibility with PHP 5.3

v1.1.0

01 Dec 01:02
1.1.0
337240f

Choose a tag to compare

Allow users to have their own rules per project

v1.0.1

01 Dec 00:26
1.0.1
952730c

Choose a tag to compare

  • maximise lib compatibility with codesniffer

v2.0.2

30 Nov 22:32
2.0.2
6b61f5a

Choose a tag to compare

remove --diff flag from autofixer command in pre-commit script

v2.0.1

30 Nov 22:22
2.0.1
9d746d9

Choose a tag to compare

Fix pre-commit script to have correct paths for codesniffer scripts

v2.0.0

30 Nov 22:13
2.0.0
898c61e

Choose a tag to compare

v1.0.0

30 Nov 22:12

Choose a tag to compare

bump git-hooks-installer-plugin dependency