Skip to content

Commit

Permalink
Merge pull request #203 from PlasmaFAIR/docs/readme_boasting
Browse files Browse the repository at this point in the history
Add sales-pitch to README
  • Loading branch information
LiamPattinson authored Dec 9, 2024
2 parents cd32010 + b99792b commit 198ddd7
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,18 @@

# Fortitude

A Fortran linter, written in Rust :crab: and installable with Python :snake:.
A Fortran linter, inspired by (and built upon) [Ruff](https://github.com/astral-sh/ruff).
Written in Rust :crab: and installable with Python :snake:.

- :zap: Blazingly fast, up to hundreds of times faster than other open-source Fortran
linters.
- :wrench: Automatically fixes linter warnings.
- :chart_with_upwards_trend: 30+ rules, with many more planned.
- :page_with_curl: Multiple output formats, including SARIF and GitHub/GitLab CI.
- :handshake: Follows [community best
practices](https://fortran-lang.org/en/learn/best_practices/).
- :muscle: Built on a robust [tree-sitter](https://tree-sitter.github.io/tree-sitter/)
parser -- even syntax errors won't stop it!

## Table of Contents

Expand Down

0 comments on commit 198ddd7

Please sign in to comment.