alleyinteractive / alleyinteractive/create-wordpress-plugin

PHPStorm IDE issue with PHP Code Sniffer

Đang mở
#428 0 bình luận 0 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
PHP
Star
35
Fork
2
Merge trung bình
1 ngày 11 giờ
Pull request đã merge (30 ngày)
3

Mô tả

### Description

I am trying to integrate phpcs with my IDE but it rejects the .phpcs.xml file removing the the dot from the beginning fixies it but then it breaks the composer scripts. I updated the compose script to link to the rule set which appears to have fixed it. Wondering if this an issue the the IDE or the plugin configs?

If the former mind helping me understand what I should report to the IDE owner else could we consider a permanent fix please?

I am PHP newbie so go easy on me please.

Compose changes I made:
```
...
"scripts": {
"phpcbf": "phpcbf . --standard=./phpcs.xml",
"phpcs": "phpcs . --standard=./phpcs.xml",
...
}
...
```

IDE config:

![Image](https://github.com/user-attachments/assets/97697a5d-d113-4e27-9fa5-ee2f09e87893)

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.