Closed pcbeard closed 7 months ago
Not sure how to fix the Lint issues. Also, I re-pushed the branch, after rebasing locally. Don't like seeing merge commits in topic branches.
Not sure how to fix the Lint issues. Also, I re-pushed the branch, after rebasing locally. Don't like seeing merge commits in topic branches.
Formatting is done using swiftformat
. Still trying to figure out what the best way to enforce that is, I'll probably add an action so you can request a format with a comment or something. I can just format after merging for now.
Also fixes a bug in .load(path:) that was returning false when file was successfully loaded.