Skip to content

Commit

Permalink
🎄 StateTree v0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-zethraeus committed Dec 24, 2022
0 parents commit 83e2120
Show file tree
Hide file tree
Showing 249 changed files with 15,672 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.DS_Store
/.build
/.swiftpm
/Packages
/*.xcodeproj
xcuserdata/
DerivedData/
.netrc
.vscode
*.sublime-workspace
32 changes: 32 additions & 0 deletions .swiftlint
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
only_rules:
- colon
- fatal_error_message
- implicitly_unwrapped_optional
- legacy_cggeometry_functions
- legacy_constant
- legacy_constructor
- legacy_nsgeometry_functions
- operator_usage_whitespace
- return_arrow_whitespace
- trailing_newline
- unused_optional_binding
- vertical_whitespace
- void_return
- custom_rules

excluded:
- Carthage
- Pods
- ./**/.build

colon:
apply_to_dictionaries: false

indentation: 2

custom_rules:
no_objcMembers:
name: "@objcMembers"
regex: "@objcMembers"
message: "Explicitly use @objc on each member you want to expose to Objective-C"
severity: error
Loading

0 comments on commit 83e2120

Please sign in to comment.