0
0
mirror of https://github.com/PHPMailer/PHPMailer.git synced 2024-09-19 17:42:14 +02:00
Commit Graph

9 Commits

Author SHA1 Message Date
jrfnl
a01cc9ba82 .gitattributes: export-ignore code coverage config file
Follow up on 2407.
2021-07-07 05:01:23 +02:00
Juliette
702502aca2
.gitattributes: sync with reality (#2374)
The `.gitattributes` file was no longer in line with the files in the repo. Fixed now.

Co-authored-by: jrfnl <jrfnl@users.noreply.github.com>
2021-06-23 10:59:47 +02:00
Juliette
3cb2162859
Improve PHPCS config (#2182)
* PHPCS: rename config file

... to `phpcs.xml.dist` to allow devs to locally overload the file by using a `.phpcs.xml` or `phpcs.xml` file, to, for instance, test out some new rules.

Includes:
* Adding the local overload files to `.gitignore`.
* Adding the standard config file to `.gitattributes`.

* PHPCS: scan missing file

The `get_oauth_token.php` file in the project root seems to have been overlooked when configuring the PHPCS ruleset.

Fixed now by adding it to the file to be scanned.

Includes minor fixes to make the file comply with the configured standard.

* CS: fix two files

Two minor CS fixes.

* PHPCS: miscellaneous changes

* Don't fix the PHPCS/external standards version restraints.
* Add the PHPCS cache file to `.gitignore`.
* Removing the no longer existent `.php_cs` file from `.gitattributes`.

Co-authored-by: jrfnl <jrfnl@users.noreply.github.com>
2020-10-26 17:25:46 +01:00
Marcus Bointon
d065cd74b6
Don't exclude composer.json from exports 2019-01-20 15:49:55 +01:00
François B
b0c7223f65 Keep lines sorted: easier to read and maintain (#1262) 2017-12-01 11:02:33 +01:00
Elan Ruusamäe
10999bcb22 update git export ignore with new files (#1240) 2017-11-17 01:14:02 +01:00
Marcus Bointon
dbee6c266f
Don't include examples in deployments or zip downloads 2016-10-17 19:01:34 +02:00
Marcus Bointon
cf8cd058d4
Don't drop examples from zip downloads - note that this is left in place in 6.0 2016-10-17 18:56:25 +02:00
Vincent Klaiber
5ba58a7bf0 Add .gitattributes (#843)
This will allow smaller download size in production.

https://www.reddit.com/r/PHP/comments/2jzp6k/i_dont_need_your_tests_in_my_production
2016-10-03 10:31:04 +02:00