Skip to content
Snippets Groups Projects
Select Git revision
  • master
  • comparision_python3_fix
2 results

.pylintrc-test

  • Jan Mach's avatar
    4af468dc
    Reimplemented makefile to support our automated build system. · 4af468dc
    Jan Mach authored
    Out automated build system currently requires, that each project contains master makefile called MMakefile and that file must provide particular set of make targets. This commit introduces all necessary changes to enable automated package builds. Following is a list of required make targets:
      * pyflakes
      * pylint
      * test
      * docs
      * buildbot
    
    Part of this patch is a facelift of make output style and formating.
    4af468dc
    History
    Reimplemented makefile to support our automated build system.
    Jan Mach authored
    Out automated build system currently requires, that each project contains master makefile called MMakefile and that file must provide particular set of make targets. This commit introduces all necessary changes to enable automated package builds. Following is a list of required make targets:
      * pyflakes
      * pylint
      * test
      * docs
      * buildbot
    
    Part of this patch is a facelift of make output style and formating.