Skip to content

Commit

Permalink
Update CONTRIBUTING.md (#105)
Browse files Browse the repository at this point in the history
Typo fix
  • Loading branch information
jshcodes authored Mar 31, 2021
1 parent 0e5181a commit 148af62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ If this is a concern, contact the maintainers before contributing.
- If the code submission is already covered by an existing unit test, additional unit tests are not required.
- Please include coverage testing results in your Pull Request. (Example: [PR #67](https://github.com/CrowdStrike/falconpy/pull/67))
+ Unit testing is intended to prove out code formatting and functionality, not necessarily API functionality. Unit testing does not need to communicate with the API in order to provide the necessary coverage.
+ We use bandit for static code analsys.
+ We use bandit for static code analysis.
- Please include bandit analysis results in the section provided in your Pull Request.
- Pull Requests that produce alerts in bandit may be closed without merging.
+ All new contributions __must__ pass unit testing before they will be merged.
Expand Down

0 comments on commit 148af62

Please sign in to comment.