From d4ff42262a56698b3cf6f462600506107de4ea25 Mon Sep 17 00:00:00 2001 From: rkeulemans Date: Fri, 13 Mar 2020 14:55:47 +0100 Subject: [PATCH] Update linting script names in CONTRIBUTING.md (#1237) --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b4cccc2daf..2ccc6b25f8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,7 +14,7 @@ Most open source development activity is coordinated through our [Discord](https ### Local Testing -You can test your changes on your machine by running `run_docker_tests.sh`. This will run some automated tests in docker against your code. +You can test your changes on your machine by running `run_docker_tests.sh`. This will run some automated tests in docker against your code. ### Automated Testing @@ -22,7 +22,7 @@ All PRs are automatically checked by travis. Check out `.travis.yml` for what tr ### Code Style and Linting -Code is automatically check for style by travis as part of the automated tests. You can also run these yourself by running `check_code_quality.sh`. +Code is automatically checked for style by travis as part of the automated tests. You can also run these tests yourself by running `pylint_openpilot.sh` and `flake8_openpilot.sh`. ## Car Ports (openpilot)