Skip to content

Commit

Permalink
Merge branch 'release/1.7.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
woin2ee committed Mar 1, 2024
2 parents d0ebadf + 66cb0da commit 16b4544
Show file tree
Hide file tree
Showing 78 changed files with 2,196 additions and 765 deletions.
11 changes: 10 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ graph.dot
Derived/

### Tuist managed dependencies ###
Tuist/Dependencies
Tuist/Dependencies/graph.json
Tuist/Dependencies/SwiftPackageManager

### Tuist Signing
Tuist/Signing
Expand All @@ -84,3 +85,11 @@ Changelog/next.md

### Personal Playground
MyPlayground.playground

# Swift Package Manager
#
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
# Packages/
# Package.pins
.build/
.swiftpm
2 changes: 2 additions & 0 deletions .mise.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[tools]
tuist = "4.4.0"
4 changes: 0 additions & 4 deletions .swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@ disabled_rules:
- type_name
- function_body_length

trailing_whitespace:
severity: error

trailing_comma:
severity: error
mandatory_comma: true

included:
Expand Down
2 changes: 2 additions & 0 deletions Changelog/1.7.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## Fixed
- Fixed bug related to adding word.
Loading

0 comments on commit 16b4544

Please sign in to comment.