Skip to content

Commit 29421fc

Browse files
Claude/add static analysis pass sh40 x (#12)
Co-authored-by: Claude <noreply@anthropic.com>
1 parent c596efe commit 29421fc

5 files changed

Lines changed: 602 additions & 1 deletion

File tree

sanctify-php.cabal

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ library
4141
Sanctify.Emit
4242
Sanctify.Config
4343
Sanctify.Report
44+
Sanctify.Ruleset
4445
other-modules:
4546
Sanctify.Parser.Lexer
4647
Sanctify.Parser.Token
@@ -96,4 +97,5 @@ test-suite sanctify-php-test
9697
sanctify-php,
9798
hspec >=2.10,
9899
hspec-megaparsec >=2.2,
99-
text
100+
text,
101+
containers

0 commit comments

Comments
 (0)