Skip to content

Commit

Permalink
Remove fixie references
Browse files Browse the repository at this point in the history
  • Loading branch information
gunndabad committed Oct 3, 2023
1 parent 1f809d0 commit d885691
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ If you're working on infrastructure you will also need:

### Local tools setup

dotnet-format and fixie are required for linting and running tests, respectively. A `just` recipe will install them:
dotnet-format is required for linting. A `just` recipe will install it:
```shell
just install-tools
```
Expand Down
6 changes: 0 additions & 6 deletions TeachingRecordSystem/.config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@
"version": 1,
"isRoot": true,
"tools": {
"fixie.console": {
"version": "3.3.0",
"commands": [
"fixie"
]
},
"dotnet-format": {
"version": "7.4.441804",
"commands": [
Expand Down
5 changes: 2 additions & 3 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ default:
# Install local tools
install-tools:
@cd {{solution-root}} && dotnet tool restore
npm install -g sass
npm install -g sass

# Run the trscli
cli *ARGS:
Expand All @@ -20,8 +20,7 @@ build:

# Test the .NET solution
test:
@cd {{solution-root / "tests" / "TeachingRecordSystem.Core.Tests"}} && dotnet test
@cd {{solution-root / "tests" / "TeachingRecordSystem.Api.Tests"}} && dotnet fixie
@cd {{solution-root}} && dotnet test

# Format the .NET solution and Terraform code
format:
Expand Down

0 comments on commit d885691

Please sign in to comment.