WordPress / plugin-check-action

Test your WordPress plugin with Plugin Check
Apache License 2.0
51 stars 3 forks source link

It does not show lines and files in the output #162

Closed davidperezgar closed 1 week ago

davidperezgar commented 1 week ago

I'm using and in the output you cannot know where is the problem. It does not give you the detail for filename and line.

swissspidy commented 1 week ago

Could you share an example where this happens, in CLI or in the admin, and for which check? A screenshot would already be helpful.

Note that there currently are some checks where there simply isn't any line number available, for example in all the readme checks.

However, the information about file names is always available.

davidperezgar commented 1 week ago

Ahm, ok it's not in the execution log Captura de pantalla 2024-09-11 a las 23 25 23 But I can see in annotations... annotations

swissspidy commented 1 week ago

Yes, all messages are added as annotations so you don‘t actually have to go through the log :-)

So I‘d say that this is working as intended

davidperezgar commented 1 week ago

Ok I agree then.