Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linter: Invalid output, but execution from command line is working #37

Open
dodmi opened this issue Nov 12, 2023 · 1 comment
Open

Linter: Invalid output, but execution from command line is working #37

dodmi opened this issue Nov 12, 2023 · 1 comment

Comments

@dodmi
Copy link

dodmi commented Nov 12, 2023

Error in NPP status bar:
image

Config:
image

Execution from command line:
image

Is there a possibility to see the output, when the plugin executes the command?

@jpyrat
Copy link

jpyrat commented Mar 1, 2024

Same for me.

I'm using #27 (comment) tricks

linter.tmp seems good :

<?xml version="1.0" encoding="UTF-8"?>
<checkstyle version="3.9.0">
<file name="C:\laragon\_spipmu4_\plugins\soyezcreateurs\inc\sc_agenda.php">
 <error line="1741" column="18" severity="error" message="Expected at least 1 space before &quot;=&quot;; 0 found" source="PSR12.Operators.OperatorSpacing.NoSpaceBefore"/>
 <error line="1741" column="18" severity="error" message="Expected at least 1 space after &quot;=&quot;; 0 found" source="PSR12.Operators.OperatorSpacing.NoSpaceAfter"/>
</file>
</checkstyle>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants