-
Notifications
You must be signed in to change notification settings - Fork 197
Closed
Description
Operating System Info
macOS 15
Other OS
No response
OBS Studio Version
31.1.2
OBS Studio Version (Other)
No response
OBS Studio Log URL
N/A
OBS Studio Crash Log URL
No response
Expected Behavior
./build-aux/run-gersemi runs without error and CI passes.
Current Behavior
./build-aux/run-gersemi always reports the following error even if no formatting error is in CMake files:
% ./build-aux/run-gersemi --check CMakeLists.txt
/path/to/project/.gersemirc: these options are supported only through command line: color, quiet, workers
✖︎ .gersemirc: requires formatting changes.
This error causes CI failure whenever any CMake-related files are changed.
Steps to Reproduce
- Run
./build-aux/run-gersemi --check CMakeLists.txt - Get the error
Anything else we should know?
This error is caused by the misconfigured .gersemirc.
Updating .gersemirc with the one from https://github.com/obsproject/obs-studio/blob/master/.gersemirc will fix this problem.
Trouffman