Skip to content

Commit

Permalink
make lint non-mandatory
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Nov 11, 2023
1 parent 2c1adf8 commit 8a4978e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ _commit: 28184e6
_src_path: https://github.com/lenskit/lk-project-template
package_name: lenskit
project_name: lenskit
require_lint: true
require_lint: false
start_year: 2018
2 changes: 1 addition & 1 deletion .github/workflows/check-sources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ jobs:
env:
FMT_PASSED: ${{ steps.fmt.outputs.passed }}
LINT_PASSED: ${{ steps.lint.outputs.passed }}
LINT_REQUIRED: True
LINT_REQUIRED: False

0 comments on commit 8a4978e

Please sign in to comment.