-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a502b40
commit 2ce1312
Showing
92 changed files
with
2,920 additions
and
407 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule objectbox-swift-generator
updated
7 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,27 @@ | ||
identifier_name: | ||
excluded: # Object IDs are splendid! | ||
- id | ||
|
||
included: | ||
- CommonSource | ||
- CommonTests | ||
- ObjectBox-macOS/ObjectBox | ||
- ObjectBox-macOS/ObjectBoxTests | ||
excluded: | ||
# Exclude some generated code | ||
- CommonSource/ConfigFlags.swift | ||
- CommonSource/Entities/EntityFlags.swift | ||
- CommonSource/Entities/PropertyType.swift | ||
- CommonSource/Entities/HnswParams.swift | ||
- CommonSource/Query/OrderFlags.swift | ||
- CommonTests/Test Entities/RelatedEntities.swift | ||
line_length: 120 | ||
reporter: "xcode" | ||
disabled_rules: | ||
- comment_spacing # Devs are good at this, sometimes no space if not a comment | ||
- file_length | ||
- identifier_name # Allow anything that Swift allows | ||
- trailing_whitespace | ||
- todo | ||
- type_body_length # Best practice, do not enforce | ||
- vertical_whitespace | ||
type_name: | ||
excluded: | ||
- Id | ||
- __EntityRelatable # TODO check this one; can we remove it altogether? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.