Skip to content

Commit

Permalink
Fix CONTRIBUTING.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacabraham committed Aug 5, 2022
1 parent 624435d commit c5e4fdf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ Every PR to Farmer **must** include an entry to the `RELEASE_NOTES.md` file unde
#### 5. Adhere to Coding Standards
Here are some (very basic!) standards for the project:

* We use Fantomas to auto-format code. See below on instructions for usage.
* Do not use `yield` - it is no longer necessary in F#.
* Prefer `[ for x in y do ... ]` to `[ for x in y -> ... ]`
* **Never** use `.Value` on `Option` types.
Expand Down

0 comments on commit c5e4fdf

Please sign in to comment.