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

audit-generic-fixes #38

Closed
drernie opened this issue Jan 21, 2023 · 7 comments · Fixed by #40
Closed

audit-generic-fixes #38

drernie opened this issue Jan 21, 2023 · 7 comments · Fixed by #40

Comments

@drernie
Copy link
Member

drernie commented Jan 21, 2023

Next steps for #34
Identifiers are from PullRequest.com report
https://github.com/quiltdata/nf-quilt/files/10470527/reportgen.zip

= A.Generic Fixes
== PRComment_001, PRComment_026

  • rename all fields and methods to camelCase [PRComment_014, PRComment_020]
  • run a code formatter [PRComment_013]
  • try running a code coverage tool to see what remaining paths may be uncovered
@drernie
Copy link
Member Author

drernie commented Jan 24, 2023

https://www.npmjs.com/package/npm-groovy-lint
Based on CodeNarc , this out of the box package allows to track groovy errors and correct a part of them

Use option --format to format & prettify source code
Use option --fix to activate autofixing of fixable rules

@drernie
Copy link
Member Author

drernie commented Jan 24, 2023

npm install -g npm-groovy-lint
npm-groovy-lint 

Hangs on JRE install...

@drernie
Copy link
Member Author

drernie commented Jan 24, 2023

@drernie drernie linked a pull request Jan 24, 2023 that will close this issue
@drernie
Copy link
Member Author

drernie commented Jan 25, 2023

Intriguing. I was getting a PlugIn error withmake png-test. It went away when I reverted the 'exclude', but then I got the coverage error back.
I think I should pull out the test issue for now, and focus on the mega-lint.

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

Successfully merging a pull request may close this issue.

1 participant