Skip to content

Commit

Permalink
cleanup and try whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerJang27 committed Mar 5, 2024
1 parent e60e586 commit 48a211a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
# Run tests against all linters for known_good_version and latest version
linter_tests:
name: Linter Tests ${{ matrix.os }}
runs-on: [self-hosted, "${{ matrix.os }}"]
runs-on: ["${{ matrix.os }}"]
needs: detect_changes
if:
needs.detect_changes.outputs.linters == 'true' || needs.detect_changes.outputs.all-linters ==
Expand All @@ -126,7 +126,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [Linux, macOS]
os: [ubuntu-latest, macos-latest]
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Expand Down
3 changes: 0 additions & 3 deletions .trunk/trunk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ plugins:

lint:
# enabled linters inherited from github.com/trunk-io/configs plugin
enabled:
- [email protected]
disabled:
- pylint # pylint diagnostics are too strict
- semgrep
Expand Down Expand Up @@ -81,7 +79,6 @@ actions:
- tool-test-helper
tools:
enabled:
- [email protected]
- [email protected]
- [email protected]
runtimes:
Expand Down
2 changes: 1 addition & 1 deletion linters/dotnet-format/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ lint:
known_good_version: 7.0.400
commands:
- name: format
run: dotnet format --no-restore --include ${target}
run: dotnet format whitespace --no-restore --include ${target}
# TODO: TYLER TRY WHITESPACE AND STYLE ONLY
output: rewrite
# run: dotnet format --no-restore --folder ${target}
Expand Down

0 comments on commit 48a211a

Please sign in to comment.