From 32922cb7087727cfa93d25320822b9e50bdedaff Mon Sep 17 00:00:00 2001 From: Kaito Udagawa Date: Tue, 30 Sep 2025 09:29:16 +0900 Subject: [PATCH] CI: Remove invalid options from .gersemirc Deleted 'color', 'quiet', and 'workers' options from the .gersemirc configuration file to clean up invalid settings to fix CI. --- .gersemirc | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gersemirc b/.gersemirc index f01baabf..59c4a78d 100644 --- a/.gersemirc +++ b/.gersemirc @@ -1,11 +1,8 @@ # yaml-language-server: $schema=https://raw.githubusercontent.com/BlankSpruce/gersemi/master/gersemi/configuration.schema.json -color: false definitions: [] line_length: 120 indent: 2 list_expansion: favour-inlining -quiet: false unsafe: false -workers: 10 warn_about_unknown_commands: false