Skip to content

Commit

Permalink
remove cpplint from pycodestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
CoryMartin-NOAA committed Aug 9, 2023
1 parent 40811fd commit b75dfad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/norms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Run pycodestyle
run: |
cd $GITHUB_WORKSPACE/GDASApp
pycodestyle -v --config ./.pycodestyle .
pycodestyle -v --config ./.pycodestyle ./ush ./scripts ./test
- name: Run C++ linter on utils
run: |
Expand Down
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ install(FILES ${test_reference}

# test for python coding norms
add_test(NAME test_gdasapp_check_python_norms
COMMAND pycodestyle -v --config ./.pycodestyle ./ush ./scripts ./test ./utils
COMMAND pycodestyle -v --config ./.pycodestyle ./ush ./scripts ./test
WORKING_DIRECTORY ${PROJECT_SOURCE_DIR})

# test for ush/check_yaml_keys.py
Expand Down

0 comments on commit b75dfad

Please sign in to comment.