CodeEditApp / CodeEditKit

CodeEditKit is an interface between CodeEdit and extensions
MIT License
93 stars 23 forks source link

🐞 New Swift lint errors #20

Closed FastestMolasses closed 3 months ago

FastestMolasses commented 3 months ago

Description

swiftlint has been updated and produces this error now:

Identifier Name Violation: Variable name '$callback' should only contain alphanumeric and other allowed characters 

To Reproduce

  1. Update swiftLint to latest version
  2. Run the application to see the errors

Expected Behavior

No lint errors.

Version Information

CodeEditKit: 0.1.1 macOS: 14.5 Xcode: 15.3

Additional Context

No response

Screenshots

No response