diff --git a/tools/check-pylint.sh b/tools/check-pylint.sh index 20016c38b..8b229c7fb 100755 --- a/tools/check-pylint.sh +++ b/tools/check-pylint.sh @@ -14,5 +14,5 @@ # See the License for the specific language governing permissions and # limitations under the License. -find -name "*.py" \ +find ./tools ./jerry-debugger -name "*.py" \ | xargs pylint --rcfile=tools/pylint/pylintrc