Skip to content

Commit

Permalink
[TASK] Rename the PHPCS configuration file (#891)
Browse files Browse the repository at this point in the history
There are two possible file names for the PHP_CodeSniffer configuration
file:

- `phpcs.xml.dist`
- `phpcs.xml`

The intention of the first file name is: "This is a template. Please copy
it, modify it and then save it under the corresponding file name without
the .dist` suffix."

As our configuration file is not a template, we now use the non-template
variant.

As an additional benefit, IDEs usually recognize the `.xml` suffix
without any additional configuration.
  • Loading branch information
oliverklee authored Jun 14, 2020
1 parent d013539 commit 6af7f60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
### Added

### Changed
- Rename the PHPCS configuration file
([#891](https://github.com/MyIntervals/emogrifier/pull/891))
- Make use of PHP 7.1 language features
([#883](https://github.com/MyIntervals/emogrifier/pull/883))

Expand Down
File renamed without changes.

0 comments on commit 6af7f60

Please sign in to comment.