Skip to content

Commit

Permalink
make the AddLinting a computed value
Browse files Browse the repository at this point in the history
  • Loading branch information
fdiblen committed Aug 27, 2024
1 parent 44b8c5b commit 92e3337
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions copier/questions/features_code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ AddSonarCloud:
AddLinting:
type: bool
default: "{{ 'AddLinting_flag' in SelectCodeQualityFeatures }}"
when: false
AddEditorConfig:
type: bool
default: "{{ 'AddEditorConfig_flag' in SelectCodeQualityFeatures }}"
Expand Down

0 comments on commit 92e3337

Please sign in to comment.