Skip to content

Commit 6b307e6

Browse files
dsprayberryAndy Luskuttleman
committed
Pylint in its own step
Co-authored-by: Andy Lu <andy.lu@qlik.com> Co-authored-by: Ben Allred <ben.allred@qlik.com>
1 parent 0c8b870 commit 6b307e6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.circleci/config.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,12 @@ jobs:
1111
uv venv --python 3.9 /usr/local/share/virtualenvs/tap-clubspeed
1212
source /usr/local/share/virtualenvs/tap-clubspeed/bin/activate
1313
uv pip install .
14+
- run:
15+
name: 'pylint'
16+
command: |
17+
source /usr/local/share/virtualenvs/tap-clubspeed/bin/activate
1418
uv pip install pylint
15-
uv pylint tap_clubspeed -d C,R,W
19+
pylint tap_clubspeed -d C,R,W
1620
- run:
1721
name: 'Unit Tests'
1822
command: |

0 commit comments

Comments
 (0)