diff options
author | Tiago Gomes <tiago.gomes@codethink.co.uk> | 2018-07-31 12:34:25 +0100 |
---|---|---|
committer | Tiago Gomes <tiago.avv@gmail.com> | 2018-08-02 11:24:43 +0000 |
commit | e788bda4969de17178f3facc0d31b36c91121402 (patch) | |
tree | 0c94dc6911bb3efa0ab768a15b3f00120079662e /.pylintrc | |
parent | 039d43e43431957a42193f12f06acb7b95c2eae4 (diff) | |
download | buildstream-e788bda4969de17178f3facc0d31b36c91121402.tar.gz |
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.
Diffstat (limited to '.pylintrc')
-rw-r--r-- | .pylintrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |