فهرست منبع

feat: added shellcheck to treefmt

9glenda 2 سال پیش
والد
کامیت
14c7d948d1
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      treefmt.nix

+ 1 - 0
treefmt.nix

@@ -3,5 +3,6 @@
   programs = {
     alejandra.enable = true;
     rustfmt.enable = true;
+    shellcheck.enable = true;
   };
 }