Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .gersemirc
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# yamllint disable-line rule:line-length
# yaml-language-server: $schema=https://raw.githubusercontent.com/BlankSpruce/gersemi/master/gersemi/configuration.schema.json

definitions: ["CMake/ystdlib-cpp-helpers.cmake"]
definitions:
- "CMake/ystdlib-cpp-helpers.cmake"
- "build/deps/Catch2/Catch2-src/extras/Catch.cmake"
line_length: 100
list_expansion: "favour-expansion"
1 change: 1 addition & 0 deletions taskfiles/lint-cmake.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ tasks:
- "FLAGS"
dir: "{{.ROOT_DIR}}"
deps:
- ":deps:install-all" # Allow Gersemi to parse 3rdparty CMake modules for linting
- "venv"
cmds:
- |-
Expand Down