From 8a4978e0bb1ea26dd33e8d443ad906e62c137ae6 Mon Sep 17 00:00:00 2001 From: Michael Ekstrand Date: Sat, 11 Nov 2023 15:30:48 -0500 Subject: [PATCH] make lint non-mandatory --- .copier-answers.yml | 2 +- .github/workflows/check-sources.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index c7ef33bbb..c22d41c9e 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -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 diff --git a/.github/workflows/check-sources.yml b/.github/workflows/check-sources.yml index 0c264c26d..7d231df6b 100644 --- a/.github/workflows/check-sources.yml +++ b/.github/workflows/check-sources.yml @@ -71,4 +71,4 @@ jobs: env: FMT_PASSED: ${{ steps.fmt.outputs.passed }} LINT_PASSED: ${{ steps.lint.outputs.passed }} - LINT_REQUIRED: True + LINT_REQUIRED: False