diff options
author | Tim Harder <radhermit@gmail.com> | 2020-01-23 04:19:26 -0700 |
---|---|---|
committer | Tim Harder <radhermit@gmail.com> | 2020-01-23 04:20:06 -0700 |
commit | 0584d4efb446d37bb56519287ecad0307042e629 (patch) | |
tree | b9bdb7922c21608b8f2408e71f6961b77322253b /doc | |
parent | pkgcheck: various docstring updates (diff) | |
download | pkgcheck-0584d4efb446d37bb56519287ecad0307042e629.tar.gz pkgcheck-0584d4efb446d37bb56519287ecad0307042e629.tar.bz2 pkgcheck-0584d4efb446d37bb56519287ecad0307042e629.zip |
drop parallelism item from todo list since it's supported
[skip ci]
Diffstat (limited to 'doc')
-rw-r--r-- | doc/dev/todo.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/dev/todo.rst b/doc/dev/todo.rst index af35bb89..aa1b8e73 100644 --- a/doc/dev/todo.rst +++ b/doc/dev/todo.rst @@ -6,4 +6,3 @@ likely to be a major false positive source. - some form of exemption syntax, for spots where the ebuild is doing something normally bad, but valid in this scenario -- some form of -jN test (complex/hard) |