1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 10:51:13 +01:00
workload-automation/extras
Sergei Trofimov 0c0be69e42 pylint: temporarily diable checkers broken in latest version
A couple of checkers appear to be broken in latest version (report false
positives). Disabling them until fixed.
2015-04-24 17:45:27 +01:00
..
pylintrc pylint: temporarily diable checkers broken in latest version 2015-04-24 17:45:27 +01:00
README Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
walog.vim Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00

This directory is intended for miscellaneous extra stuff that may be useful while developing
Workload Automation. It should *NOT* contain anything necessary for *using* workload automation.
Whenever you add something to this directory, please also add a short description of what it is in
this file.

pylintrc 
        pylint configuration file set up for WA development (see comment at the top of the file
        for how to use).

walog.vim
        Vim syntax file for WA logs; adds highlighting similar to what comes out
        in the console. See comment in the file for how to enable it.