Skip to content

Commit

Permalink
Add placeholder descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
sandydoo committed Feb 10, 2024
1 parent 702c5ba commit cb0f141
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions modules/hooks.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ in
options.hooks =
{
alejandra = mkOption {
description = "";
type = types.submodule {
imports = [ hookModule ];
options = {
Expand Down Expand Up @@ -69,6 +70,7 @@ in
};
};
ansible-lint = mkOption {
description = "";
type = types.submodule {
imports = [ hookModule ];
options = {
Expand All @@ -88,6 +90,7 @@ in
};
};
autoflake = mkOption {
description = "";
type = types.submodule {
imports = [ hookModule ];
options = {
Expand All @@ -111,6 +114,7 @@ in
};
};
clippy = mkOption {
description = "";
type = types.submodule {
imports = [ hookModule ];
options = {
Expand All @@ -133,6 +137,7 @@ in
};
};
cmake-format = mkOption {
description = "";
type = types.submodule {
imports = [ hookModule ];
options = {
Expand All @@ -146,6 +151,7 @@ in
};
};
credo = mkOption {
description = "";
type = types.submodule {
imports = [ hookModule ];
options = {
Expand All @@ -159,6 +165,7 @@ in
};
};
deadnix = mkOption {
description = "";
type = types.submodule {
imports = [ hookModule ];
options = {
Expand Down Expand Up @@ -214,6 +221,7 @@ in
};
};
denofmt = mkOption {
description = "";
type = types.submodule {
imports = [ hookModule ];
options = {
Expand All @@ -235,6 +243,7 @@ in
};
};
denolint = mkOption {
description = "";
type = types.submodule {
imports = [ hookModule ];
options = {
Expand All @@ -257,6 +266,7 @@ in
};
};
dune-fmt = mkOption {
description = "";
type = types.submodule {
imports = [ hookModule ];
options = {
Expand All @@ -277,6 +287,7 @@ in
};
};
eclint = mkOption {
description = "";
type = types.submodule {
imports = [ hookModule ];
options = {
Expand Down Expand Up @@ -314,6 +325,7 @@ in
};
};
eslint = mkOption {
description = "";
type = types.submodule {
imports = [ hookModule ];
options = {
Expand All @@ -337,6 +349,7 @@ in
};
};
flake8 = mkOption {
description = "";
type = types.submodule {
imports = [ hookModule ];
options = {
Expand Down Expand Up @@ -366,6 +379,7 @@ in
};
};
flynt = mkOption {
description = "";
type = types.submodule {
imports = [ hookModule ];
options = {
Expand Down Expand Up @@ -441,6 +455,7 @@ in
};
};
headache = mkOption {
description = "";
type = types.submodule {
imports = [ hookModule ];
options = {
Expand All @@ -453,6 +468,7 @@ in
};
};
hlint = mkOption {
description = "";
type = types.submodule {
imports = [ hookModule ];
options = {
Expand All @@ -466,6 +482,7 @@ in
};
};
hpack = mkOption {
description = "";
type = types.submodule {
imports = [ hookModule ];
options = {
Expand All @@ -479,6 +496,7 @@ in
};
};
isort = mkOption {
description = "";
type = types.submodule {
imports = [ hookModule ];
options = {
Expand All @@ -498,6 +516,7 @@ in
};
};
latexindent = mkOption {
description = "";
type = types.submodule {
imports = [ hookModule ];
options = {
Expand All @@ -511,6 +530,7 @@ in
};
};
lua-ls = mkOption {
description = "";
type = types.submodule {
imports = [ hookModule ];
options = {
Expand All @@ -530,6 +550,7 @@ in
};
};
lychee = mkOption {
description = "";
type = types.submodule {
imports = [ hookModule ];
options = {
Expand All @@ -549,6 +570,7 @@ in
};
};
markdownlint = mkOption {
description = "";
type = types.submodule {
imports = [ hookModule ];
options = {
Expand All @@ -563,6 +585,7 @@ in
};
};
mdl = mkOption {
description = "";
type = types.submodule {
imports = [ hookModule ];
options = {
Expand Down Expand Up @@ -643,6 +666,7 @@ in
};
};
mkdocs-linkcheck = mkOption {
description = "";
type = types.submodule {
imports = [ hookModule ];
options = {
Expand Down Expand Up @@ -694,6 +718,7 @@ in
};
};
mypy = mkOption {
description = "";
type = types.submodule {
imports = [ hookModule ];
options = {
Expand All @@ -710,6 +735,7 @@ in
};
};
nixfmt = mkOption {
description = "";
type = types.submodule {
imports = [ hookModule ];
options = {
Expand All @@ -723,6 +749,7 @@ in
};
};
ormolu = mkOption {
description = "";
type = types.submodule {
imports = [ hookModule ];
options = {
Expand All @@ -742,6 +769,7 @@ in
};
};
php-cs-fixer = mkOption {
description = "";
type = types.submodule {
imports = [ hookModule ];
options = {
Expand All @@ -758,6 +786,7 @@ in
};
};
phpcbf = mkOption {
description = "";
type = types.submodule {
imports = [ hookModule ];
options = {
Expand All @@ -774,6 +803,7 @@ in
};
};
phpcs = mkOption {
description = "";
type = types.submodule {
imports = [ hookModule ];
options = {
Expand All @@ -790,6 +820,7 @@ in
};
};
phpstan = mkOption {
description = "";
type = types.submodule {
imports = [ hookModule ];
options = {
Expand All @@ -808,6 +839,7 @@ in
# See all CLI flags for prettier [here](https://prettier.io/docs/en/cli.html).
# See all options for prettier [here](https://prettier.io/docs/en/options.html).
prettier = mkOption {
description = "";
type = types.submodule {
imports = [ hookModule ];
options = {
Expand Down Expand Up @@ -1050,6 +1082,7 @@ in
};
};
psalm = mkOption {
description = "";
type = types.submodule {
imports = [ hookModule ];
options = {
Expand All @@ -1066,6 +1099,7 @@ in
};
};
pylint = mkOption {
description = "";
type = types.submodule {
imports = [ hookModule ];
options = {
Expand Down Expand Up @@ -1094,6 +1128,7 @@ in
};
};
pyright = mkOption {
description = "";
type = types.submodule {
imports = [ hookModule ];
options = {
Expand All @@ -1110,6 +1145,7 @@ in
};
};
pyupgrade = mkOption {
description = "";
type = types.submodule {
imports = [ hookModule ];
options = {
Expand All @@ -1126,6 +1162,7 @@ in
};
};
revive = mkOption {
description = "";
type = types.submodule {
imports = [ hookModule ];
options = {
Expand All @@ -1141,6 +1178,7 @@ in
};
};
rome = mkOption {
description = "";
type = types.submodule {
imports = [ hookModule ];
options = {
Expand Down Expand Up @@ -1170,6 +1208,7 @@ in
};
};
statix = mkOption {
description = "";
type = types.submodule {
imports = [ hookModule ];
options = {
Expand All @@ -1191,6 +1230,7 @@ in
};
};
treefmt = mkOption {
description = "";
type = types.submodule {
imports = [ hookModule ];
options = {
Expand Down Expand Up @@ -1223,6 +1263,7 @@ in
};
};
typos = mkOption {
description = "";
type = types.submodule {
imports = [ hookModule ];
options = {
Expand Down Expand Up @@ -1304,6 +1345,7 @@ in
};
};
vale = mkOption {
description = "";
type = types.submodule {
imports = [ hookModule ];
options = {
Expand Down Expand Up @@ -1334,6 +1376,7 @@ in
};
};
yamllint = mkOption {
description = "";
type = types.submodule {
imports = [ hookModule ];
options = {
Expand Down

0 comments on commit cb0f141

Please sign in to comment.