summaryrefslogtreecommitdiffstats
path: root/scripts/oe-pylint
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/oe-pylint')
-rwxr-xr-xscripts/oe-pylint2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/oe-pylint b/scripts/oe-pylint
index 74ff4b884d..7cc1ccb010 100755
--- a/scripts/oe-pylint
+++ b/scripts/oe-pylint
@@ -1,5 +1,7 @@
1#!/bin/bash 1#!/bin/bash
2# 2#
3# SPDX-License-Identifier: GPL-2.0-only
4#
3# Run the pylint3 against our common python module spaces and print a report of potential issues 5# Run the pylint3 against our common python module spaces and print a report of potential issues
4# 6#
5this_dir=$(dirname $(readlink -f $0)) 7this_dir=$(dirname $(readlink -f $0))