yamllint: exclude stylix scheme files
This commit is contained in:
parent
c32466f078
commit
7224a47b04
3 changed files with 4 additions and 3 deletions
|
|
@ -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}}}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -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."
|
||||||
|
|
|
||||||
|
|
@ -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."
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue