I see it in the online docs here:
https://pylint.readthedocs.io/en/latest/user_guide/run.html#parallel-execution

and `pylint --help | less` will let you search (type '/') for '-j'.

Best,

 Jonathan

On Fri, Feb 8, 2019, at 05:54, Wolfgang Rohdewald wrote:
> Hi,
> 
> by trial and error I found that I can put this into pylintrc:
> 
> jobs=4
> 
> 
> But I cannot find anything in the documentation where this is mentioned.
> Why is that so? Should I have searched harder?
> 
> 
> pylint --version
> pylint 2.2.2
> astroid 2.1.0
> Python 3.6.7 (default, Oct 22 2018, 11:32:17) 
> [GCC 8.2.0]
> 
> -- 
> Wolfgang
> 
> 
> _______________________________________________
> code-quality mailing list
> code-quality@python.org
> https://mail.python.org/mailman/listinfo/code-quality
> 

--
Jonathan Hartley +1(507)513-1101
@tartley  <http://tartley.com/>http://tartley.com
_______________________________________________
code-quality mailing list
code-quality@python.org
https://mail.python.org/mailman/listinfo/code-quality

Reply via email to