Skip to content

Commit

Permalink
Update best-practices.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewDorn committed Oct 12, 2022
1 parent 30066d1 commit 0a4c558
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ All code should reach minimum 80% coverage through [Unit Tests](unit-tests.md).

## Code Style
We use the [Google Style Guide](https://google.github.io/styleguide/pyguide.html) for style elements such as documentation, titling, and structure.
We also recommend reviewing [Clean Architecture](./clean-architecture.md)
We also recommend reviewing [Clean Architecture](./clean-architecture.mdx)

## Stop on Failure
Failures within ORCA break through to the Cumulus workflow they are a part of.
Expand Down

0 comments on commit 0a4c558

Please sign in to comment.