phpsword / sword-bundle

Modern WordPress development with Symfony
https://getsword.com
MIT License
124 stars 4 forks source link

Check for file permissions, BOM, non-printable ASCII characters #27

Closed szepeviktor closed 1 year ago

szepeviktor commented 1 year ago

Expected to fail ❗ There are executable configuration files 🤯 (from committers using Windows) Fixed in #28

williarin commented 1 year ago

I think this PR needs to be rebased in order to pass the test, #28 is merged.

szepeviktor commented 1 year ago

image

Done.

source

szepeviktor commented 1 year ago

@williarin Thank you for merging. This action prevents earthquakes 🌍 🌋

BTW I've just reorganized language-independent checks: moved them into "Integrity" https://github.com/szepeviktor/byte-level-care/blob/master/.github/workflows/integrity.yml

williarin commented 1 year ago

Thank you!