mattmassicotte / XCLint

Xcode project linting
BSD 3-Clause "New" or "Revised" License
92 stars 2 forks source link

BuildFilesAreOrderedRule crash #13

Open mattmassicotte opened 11 months ago

mattmassicotte commented 11 months ago

XCLinting/BuildFilesAreOrderedRule.swift:57: Fatal error

Looks like something is sneaking past the regular expression. It's quite complex, so that isn't shocking.

Reported by @nighthawk

mattmassicotte commented 9 months ago

Addressed with 8cf9d65658a34e37639f65f0a6e0cd3001bf6350

mattmassicotte commented 9 months ago

(well, not addressed, but debugging information added and it will no longer crash. Underlying issue remains)

iby commented 3 months ago

@mattmassicotte just to say, thanks for this awesome project! ❤️

mattmassicotte commented 3 months ago

@iby Thank you - I'm so glad you are liking it!