From 80a0bd83b2b5f04f7dd9eea1d6470390dde61042 Mon Sep 17 00:00:00 2001 From: Dan Milne Date: Thu, 13 Aug 2026 21:19:19 +1000 Subject: [PATCH] Drop stale exe/pppkg ignore from .standard.yml Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01EiyJC73Mz8xZyCTvCEY8qn --- .standard.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.standard.yml b/.standard.yml index e87903e..b319142 100644 --- a/.standard.yml +++ b/.standard.yml @@ -5,5 +5,3 @@ ignore: # Fixtures are deliberately malformed or copied verbatim from elsewhere; # linting them defeats the point of having them. - "test/files/**/*" - # The pre-refactor monolith, kept only for reference. - - "exe/pppkg"