We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfc9f7b commit f730458Copy full SHA for f730458
modules/hooks.nix
@@ -4280,7 +4280,7 @@ lib.escapeShellArgs (lib.concatMap (ext: [ "--ghc-opt" "-X${ext}" ]) hooks.fourm
4280
cmdArgs =
4281
mkCmdArgs
4282
(with hooks.yamllint.settings; [
4283
- # Priorize multiline configuration over serialized configuration and configuration file
+ # Prioritize multiline configuration over serialized configuration and configuration file
4284
[ (configuration != "") "--config-file ${configFile}" ]
4285
[ (configData != "" && configuration == "") "--config-data \"${configData}\"" ]
4286
[ (configPath != "" && configData == "" && configuration == "" && preset == "default") "--config-file ${configPath}" ]
0 commit comments