-
Notifications
You must be signed in to change notification settings - Fork 1
Adding extra info about setting custom rules with fortitude #52
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
base: main
Are you sure you want to change the base?
Conversation
4b6ac19
to
182d07a
Compare
## Installation | ||
|
||
To install fortitude we can utilise the provided `pyproject.toml` by following the instructions in [the pre-commit install instructions](../README.md#pre-commit). The [quickstart page](https://fortitude.readthedocs.io/en/stable/#quickstart) for Fortitude details multiple other ways of installing the tool. | ||
To install fortitude we can utilise the provided `requirements.txt` by following the instructions in [the pre-commit install instructions](../../README.md#pre-commit). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To install fortitude we can utilise the provided `requirements.txt` by following the instructions in [the pre-commit install instructions](../../README.md#pre-commit). | |
To install fortitude we can utilise the provided `requirements.txt` by following [the pre-commit install instructions](../../README.md#pre-commit). |
This repo has been formatted with Fortitude. To check this repo with Fortitude, simply run the following from the root of this repository | ||
|
||
```sh | ||
fortitude --config-file formatting/fortitude.toml check |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fortitude --config-file formatting/fortitude.toml check | |
fortitude --config-file formatting/fortitude/fortitude.toml check |
"C003", # 'implicit none' missing 'external' | ||
] | ||
|
||
# A custom maxmum line length for our repo which will effect the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add details about the cases where this rule does not apply (eg. text-only write
lines and comments)
"C003", # 'implicit none' missing 'external' | ||
] | ||
|
||
# A custom maxmum line length for our repo which will effect the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# A custom maxmum line length for our repo which will effect the | |
# A custom maximum line length for our repo which will effect the |
Spelling.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Once my comments/edits are addressed, it can be merged.
Uh oh!
There was an error while loading. Please reload this page.