From aae82179bc5f04b4361c57f9a1073ff3af6899c4 Mon Sep 17 00:00:00 2001 From: aqua Date: Fri, 19 Aug 2022 21:20:26 +0300 Subject: Add rekonf script to generate SettingsWidgets - generate General Settings - generate Appearance Settings - removed previous settings widgets --- bitbucket-pipelines.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'bitbucket-pipelines.yml') diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 61beefd2..539eee04 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -9,6 +9,7 @@ pipelines: script: - python --version - pylint scripts/check_license.py + - pylint scripts/rekonf.py - step: name: license headers check runs-on: -- cgit v1.2.1