Skip to content
Snippets Groups Projects
Commit db3b23cf authored by Jean-Michel Picod's avatar Jean-Michel Picod
Browse files

Still trying to trigger pylint

parent 7a86f80e
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,8 @@ jobs:
- name: Test code with pylint
run: |
echo ::add-matcher::./.github/python_matcher.json
find . ! -path "./third_party/*" -type f -name '*.py' -exec echo PYLINT:\{\} \; -exec pylint --rcfile=.pylintrc --score=n \{\} \;
find . -type f -name '*.py' -exec echo PYLINT:\{\} \; -exec pylint --rcfile=.pylintrc --score=n \{\} \;
# find . ! -path "./third_party/*" -type f -name '*.py' -exec echo PYLINT:\{\} \; -exec pylint --rcfile=.pylintrc --score=n \{\} \;
yapf:
runs-on: ubuntu-18.04
......
......@@ -18,7 +18,6 @@ from __future__ import absolute_import
from __future__ import division
from __future__ import print_function
import colorama
import argparse
import copy
import os
......@@ -26,6 +25,7 @@ import shutil
import subprocess
import sys
import colorama
from tockloader.exceptions import TockLoaderException
from tockloader import tab, tbfh, tockloader
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment