Skip to content

Commit

Permalink
chore: remove invalid rule from swiftlint configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
crleona committed Aug 8, 2024
1 parent df08b88 commit cf1e68c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
lint:
runs-on: macos-13
runs-on: macos-14
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
authorize:
name: Authorize
runs-on: macos-13
runs-on: macos-14
steps:
- name: ${{ github.actor }} permission check to do a release
uses: octokit/[email protected]
Expand All @@ -23,7 +23,7 @@ jobs:

release:
name: Release
runs-on: macos-13
runs-on: macos-14
needs: [authorize]
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
test:
runs-on: macos-13
runs-on: macos-14
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
1 change: 0 additions & 1 deletion .swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ disabled_rules:
- opening_brace
- todo
- cyclomatic_complexity
- non_optional_string_data_conversion
identifier_name:
allowed_symbols: "_"
min_length: 1
Expand Down

0 comments on commit cf1e68c

Please sign in to comment.