Opened 2 years ago

Closed 2 years ago

#2572 closed enhancement (fixed)

automatically run pylint on wcst_import when building rasdaman

Reported by: Dimitar Misev Owned by: Dimitar Misev
Priority: major Milestone: 10.0
Component: wcst_import Version: 9.8
Keywords: Cc: Bang Pham Huu
Complexity: Medium

Description

When building rasdaman with make, it would be good to automatically run pylint on wcst_import and fail the build in case of errors.

For this purpose a Makefile is added in applications/wcst_import/ which can be executed with make pylint.check manually, and is also automatically executed in the wcst_import CMakeLists.txt

It is best to install pylint with

pip3 install pylint=2.13.4

Change History (1)

comment:1 by Dimitar Misev, 2 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.