-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
MethodParameterTypeRequired rule breaking #104
Comments
This issue has been automatically marked as stale because it has not had recent activity. If you think this issue should stay open, please remove the |
@DrStrangepork is the issue still happening with latest version ? |
Yes, though I am now getting different errors, the same base error remains:
Selecting "Analyze code" from within the VS Code IDE (with Basic: Verbose and Debug: Logging checked):
Running
|
I also updated to the latest
|
Following the documentation - https://codenarc.org/codenarc-rules-convention.html#methodparametertyperequired-rule - I added the following to my .groovylintrc.json:
and when
npm-groovy-lint
on my code, I get the following error:After which I get "Running CodeNarc for ..." which never terminates.
This seems relevant: "CodeNarcServer ERROR: groovy.lang.MissingPropertyException: No such property: ignoreMethodNames for class: org.codenarc.rule.convention.MethodParameterTypeRequired"
The text was updated successfully, but these errors were encountered: