paketo-buildpacks / libpak

An opinionated extension to the libcnb Cloud Native Buildpack Library
Apache License 2.0
15 stars 17 forks source link

Resolve lint failures #341

Open dmikusa opened 3 months ago

dmikusa commented 3 months ago

Describe the Enhancement

With #301 (v2 branch only), we introduced a Makefile and linters that run. The linters are not being enforced yet, because there are lint warnings/errors that need to be fixed. This issue is to remind us to fix them.

Possible Solution

Fix lint warnings/errors. Set linters to be enforced as part of running CI/tests.

Motivation

Linters help make better code.