Skip to content

Codingstyle cache file in distribution tarball #642

Closed
@hannob

Description

@hannob

Describe the bug

The download tarball (notes.tar.gz) contains a file named .php_cs.cache.

This is an artifact of the PHP-CS-Fixer tool, a codingstyle checker for PHP. I assume this was added by mistake, as there seems no point to ship such a cache file in a release. You may want to make sure to do something in your tarball creation pipeline to avoid this more generally.

The file does not seem to be part of the repo. You still may want to consider adding it to .gitignore.

To be clear: This file is not harmful, it's just a useless artifact.

Metadata

Metadata

Assignees

No one assigned

    Labels

    maintenanceSoftware maintenance, e.g. refactoring, improve code quality, documentation etc.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions