From f30fb6cf24d29be842d2359dfd89a00c1e336557 Mon Sep 17 00:00:00 2001 From: fjy202 <40914915+fjy202@users.noreply.github.com> Date: Wed, 8 Jan 2020 21:41:28 +0800 Subject: [PATCH] pylint --- ci/properties/pylint.properties.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ci/properties/pylint.properties.json diff --git a/ci/properties/pylint.properties.json b/ci/properties/pylint.properties.json new file mode 100644 index 0000000..c7d1363 --- /dev/null +++ b/ci/properties/pylint.properties.json @@ -0,0 +1,6 @@ +{ + "name": "Pylint", + "description": "Lint a Python application with pylint.", + "iconName": "python", + "categories": ["Python"] +}