You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: Filenames should be all lowercase with hyphens as word separators. Expected phpcs-scan-omtoxh.php, but found phpcs-scan-omTOXH.php (WordPress.Files.FileName.NotHyphenatedLowercase).
My filename is inde-xer.php
Is this a bug or am I misunderstanding something here?
The text was updated successfully, but these errors were encountered:
That is a known issue, it is happening because vip-go-ci, the core part of this action takes the diff. of PR and puts it in a temp file. That temp file name causes this issue.
This bug will be fixed soon. Till then, please add your phpcs rulsets in phpcs.xml file in the root of your repository. That phpcs.xml will be taken into consideration while running phpcs. You can use this phpcs.xml as a base which ignores the NotHyphenatedLowercase error and add other rulesets you want for your project in it.
Getting the following error:
My filename is inde-xer.php
Is this a bug or am I misunderstanding something here?
The text was updated successfully, but these errors were encountered: