Skip to content

Commit

Permalink
Update dependency fantomas to v6 (#123)
Browse files Browse the repository at this point in the history
* Update dependency fantomas to v6

* Add final newline

* Fix formatting check syntax

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Dag Brattli <dag.brattli@cognite.com>
  • Loading branch information
renovate[bot] and dbrattli authored Apr 17, 2023
1 parent 5464e20 commit 8ec9931
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
]
},
"fantomas": {
"version": "5.2.4",
"version": "6.0.0",
"commands": [
"fantomas"
]
Expand Down
1 change: 1 addition & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[*.fs]
max_line_length=120
insert_final_newline=true
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: dotnet restore
- name: Check formatting
run: dotnet fantomas . -r --check
run: dotnet fantomas -r --check .
- name: Build
run: dotnet build --configuration Release --no-restore
- name: Test
Expand Down

0 comments on commit 8ec9931

Please sign in to comment.