Skip to content

Commit ae1decc

Browse files
committed
Updated AGENTS.md lint enforcement rule since it would have had no effect
1 parent 89fa15f commit ae1decc

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

AGENTS.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -174,10 +174,6 @@ let result = try await client.authenticationMethods.enrollTOTP().start()
174174
let client = Auth0.myAccount(token: token, domain: domain, session: session)
175175
```
176176

177-
### Lint Enforcement
178-
179-
A custom SwiftLint rule (`no_direct_myaccount_client`) in `.swiftlint.yml` enforces this at build time. Any direct call to `Auth0.myAccount(` outside of `MyAccountClientFactory.swift` will produce a compilation error.
180-
181177
---
182178

183179
## Key Technical Decisions

0 commit comments

Comments
 (0)