-
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
Add Makefile and fix some linting issues #293
Add Makefile and fix some linting issues #293
Conversation
7788ab3
to
e571619
Compare
@paketo-buildpacks/java-maintainers The pr got a bit larger because of make |
Signed-off-by: Ralf Pannemans <[email protected]>
2d510c9
to
11be25f
Compare
One question could be what about the failing linters commented out in Any thoughts? |
+1 for having it included. I know there are going to be issues we need to fix related to lints because we haven't been running them. Hopefully having it in there will help identify and fix them. If we could make it just WARN initially and not fail the build I think that would be good. Then we can correct them later & make it start failing the build so we don't introduce new lint issues. |
@paketo-buildpacks/java-maintainers How to continue with this? |
That's a good question. I think this is waiting on one of the @paketo-buildpacks/java-maintainers to review. I've been meaning to take a look but it keeps sliding down in my queue as other more urgent things pop up. I will try to review this though as it's important for v2. Thanks for your patience on this. |
Maybe I can open an alternative pr to this that purely adds the see #301 |
close in favour for #301 (easier to review) |
fixes #260
Summary
This pr adds a
Makefile
and also fixes some linting errors so thatmake lint
will run without error.With the exception that some checks had been deactivated, because the errors were beyond the scope of this.
Use Cases
Checklist