yamllint: exclude stylix scheme files #53

Merged
sid merged 1 commit from develop into release-25.11 2026-05-31 19:58:47 +02:00
3 changed files with 4 additions and 3 deletions
Showing only changes of commit 7224a47b04 - Show all commits

View file

@ -202,7 +202,10 @@
statix.enable = true; statix.enable = true;
yamllint = { yamllint = {
enable = true; enable = true;
excludes = [ "secrets.yaml" ]; excludes = [
"secrets.yaml"
"modules/home/stylix/schemes/*.yaml"
];
settings.configData = "{rules: {line-length: {max: 120}}}"; settings.configData = "{rules: {line-length: {max: 120}}}";
}; };
}; };

View file

@ -1,4 +1,3 @@
---
system: "base16" system: "base16"
name: "Moonfly" name: "Moonfly"
description: "A dark theme inspired by the Moonfly color scheme." description: "A dark theme inspired by the Moonfly color scheme."

View file

@ -1,4 +1,3 @@
---
system: "base16" system: "base16"
name: "Oxocarbon" name: "Oxocarbon"
description: "A dark theme inspired by the Oxocarbon Dark color scheme." description: "A dark theme inspired by the Oxocarbon Dark color scheme."