From e788bda4969de17178f3facc0d31b36c91121402 Mon Sep 17 00:00:00 2001 From: Tiago Gomes Date: Tue, 31 Jul 2018 12:34:25 +0100 Subject: plugin: bake API to get and validate a project path A project path is a path relative to a project directory. A project path can not also refer to the parent directory in the first path component, or point to symbolic links, fifos, sockets and block/character devices. --- .pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.pylintrc') diff --git a/.pylintrc b/.pylintrc index 93f9eeadf..153a9ef3e 100644 --- a/.pylintrc +++ b/.pylintrc @@ -184,7 +184,7 @@ ignore-on-opaque-inference=yes # List of class names for which member attributes should not be checked (useful # for classes with dynamically set attributes). This supports the use of # qualified names. -ignored-classes=optparse.Values,thread._local,_thread._local,contextlib.closing,gi.repository.GLib.GError +ignored-classes=optparse.Values,thread._local,_thread._local,contextlib.closing,gi.repository.GLib.GError,pathlib.PurePath # List of module names for which member attributes should not be checked # (useful for modules/projects where namespaces are manipulated during runtime -- cgit v1.2.1