Commit 2032a6b8 authored by Silvan Mosberger's avatar Silvan Mosberger
Browse files

check-meta.nix: Remove unnecessery check-meta attributes

The attributes of the warning/invalid values are never used anywhere,
and maintaining these would make future changes harder
parent 27fcf5c8
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -694,8 +694,7 @@ let

          handled = if elem warning.reason showWarnings then trace msg true else true;
        in
        warning
        // {
        {
          valid = "warn";
          handled = handled;
        }
@@ -713,8 +712,7 @@ let

        handled = if config ? handleEvalIssue then config.handleEvalIssue invalid.reason msg else throw msg;
      in
      invalid
      // {
      {
        valid = "no";
        handled = handled;
      };