Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos and invalid json. #52

Merged
merged 1 commit into from
Oct 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"[rust]": {
"editor.defaultFormatter": "rust-lang.rust-analyzer",
"editor.formatOnSave": true
},
}
}
2 changes: 1 addition & 1 deletion MAINTENANCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ cargo install cargo-tarpaulin
cargo tarpaulin
```

Note that `tarpaulin` is not installed as a build dependency, hence should be intsalled manually to generate coverage.
Note that `tarpaulin` is not installed as a build dependency, hence should be installed manually to generate coverage.
4 changes: 2 additions & 2 deletions packages/fta/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ Example output against the Redux project:
21 files analyzed in 0.1079s.
```

For conveinience, FTA generates a single `FTA Score` that serves as a general, overall indication of the quality of a particular TypeScript file.
For convenience, FTA generates a single `FTA Score` that serves as a general, overall indication of the quality of a particular TypeScript file.

That said, all metrics are exposed and it is up to users to decide how it's metrics can enhance productivity for your team.
That said, all metrics are exposed, and it is up to users to decide how it's metrics can enhance productivity for your team.

The full metrics available for each file:

Expand Down
Loading