style(tox): prepare for fixer scripts 53/35153/2
authorVratko Polak <vrpolak@cisco.com>
Mon, 31 Jan 2022 14:24:53 +0000 (15:24 +0100)
committerPeter Mikus <peter.mikus@protonmail.ch>
Thu, 30 Jun 2022 07:02:06 +0000 (07:02 +0000)
commit9e22f65d5e9f7045625a8d6bf79ce75d836e1447
tree847c04b2e7890700781289a62ab1a8b49c1ef3af
parent325cef50672aed697e277405fe9bb9b797d02701
style(tox): prepare for fixer scripts

The previous code assumes each tox script is a checker.
We want to add fixer scripts (not voting but editing) soon.

This is the less interesting part of the process,
renaming things and updating comments.

Includes some basic descriptions of how fixers differ from checkers.

Change-Id: I1ca1572a328acd02b41dcf4e70d7cb3746a03b03
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
resources/libraries/bash/entry/tox/README.txt [moved from resources/libraries/bash/entry/check/README.txt with 61% similarity]
resources/libraries/bash/entry/tox/autogen.sh [moved from resources/libraries/bash/entry/check/autogen.sh with 98% similarity]
resources/libraries/bash/entry/tox/copyright_year.sh [moved from resources/libraries/bash/entry/check/copyright_year.sh with 98% similarity]
resources/libraries/bash/entry/tox/doc_verify.sh [moved from resources/libraries/bash/entry/check/doc_verify.sh with 96% similarity]
resources/libraries/bash/entry/tox/gpl_license.sh [moved from resources/libraries/bash/entry/check/gpl_license.sh with 98% similarity]
resources/libraries/bash/entry/tox/line.sh [moved from resources/libraries/bash/entry/check/line.sh with 97% similarity]
resources/libraries/bash/entry/tox/model_version.sh [moved from resources/libraries/bash/entry/check/model_version.sh with 100% similarity]
resources/libraries/bash/entry/tox/new_line.sh [moved from resources/libraries/bash/entry/check/new_line.sh with 97% similarity]
resources/libraries/bash/entry/tox/pylint.sh [moved from resources/libraries/bash/entry/check/pylint.sh with 97% similarity]
tox.ini