aboutsummaryrefslogtreecommitdiff
path: root/bin/tests/data/empty_inherit.nix
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-12-04 07:32:57 +0000
committerAkshay <[email protected]>2021-12-04 07:34:20 +0000
commit21775f28cd1bdde8eddd84a508813b01d620db89 (patch)
treeca78b5732040253bc49baafa5f1889e848172daa /bin/tests/data/empty_inherit.nix
parent1079486539d44b2e70c623fb4948d6e0b9b11812 (diff)
new lint: empty_inherit
Diffstat (limited to 'bin/tests/data/empty_inherit.nix')
-rw-r--r--bin/tests/data/empty_inherit.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/tests/data/empty_inherit.nix b/bin/tests/data/empty_inherit.nix
new file mode 100644
index 0000000..dc31afc
--- /dev/null
+++ b/bin/tests/data/empty_inherit.nix
@@ -0,0 +1,3 @@
1{
2 inherit;
3}