How to use the colin.core.checks.labels.DeprecatedLabelAbstractCheck function in colin

To help you get started, we’ve selected a few colin examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github user-cont / colin / colin / checks / deprecated_labels.py View on Github external
name = "bzcomponent_deprecated"


class InstallLabelCapitalDeprecatedCheck(FMFAbstractCheck, DeprecatedLabelAbstractCheck):
    name = "_install_label_capital_deprecated"


class NameLabelCapitalDeprecatedCheck(FMFAbstractCheck, DeprecatedLabelAbstractCheck):
    name = "name_label_capital_deprecated"


class ReleaseLabelCapitalDeprecatedCheck(FMFAbstractCheck, DeprecatedLabelAbstractCheck):
    name = "release_label_capital_deprecated"


class UninstallLabelCapitalDeprecatedCheck(FMFAbstractCheck, DeprecatedLabelAbstractCheck):
    name = "uninstall_label_capital_deprecated"


class VersionLabelCapitalDeprecatedCheck(FMFAbstractCheck, DeprecatedLabelAbstractCheck):
    name = "version_label_capital_deprecated"
github user-cont / colin / colin / checks / deprecated_labels.py View on Github external
from colin.core.checks.fmf_check import FMFAbstractCheck


class ArchitectureLabelCapitalDeprecatedCheck(FMFAbstractCheck, DeprecatedLabelAbstractCheck):
    name = "architecture_label_capital_deprecated"


class BZComponentDeprecatedCheck(FMFAbstractCheck, DeprecatedLabelAbstractCheck):
    name = "bzcomponent_deprecated"


class InstallLabelCapitalDeprecatedCheck(FMFAbstractCheck, DeprecatedLabelAbstractCheck):
    name = "_install_label_capital_deprecated"


class NameLabelCapitalDeprecatedCheck(FMFAbstractCheck, DeprecatedLabelAbstractCheck):
    name = "name_label_capital_deprecated"


class ReleaseLabelCapitalDeprecatedCheck(FMFAbstractCheck, DeprecatedLabelAbstractCheck):
    name = "release_label_capital_deprecated"


class UninstallLabelCapitalDeprecatedCheck(FMFAbstractCheck, DeprecatedLabelAbstractCheck):
    name = "uninstall_label_capital_deprecated"


class VersionLabelCapitalDeprecatedCheck(FMFAbstractCheck, DeprecatedLabelAbstractCheck):
    name = "version_label_capital_deprecated"
github user-cont / colin / colin / checks / deprecated_labels.py View on Github external
name = "architecture_label_capital_deprecated"


class BZComponentDeprecatedCheck(FMFAbstractCheck, DeprecatedLabelAbstractCheck):
    name = "bzcomponent_deprecated"


class InstallLabelCapitalDeprecatedCheck(FMFAbstractCheck, DeprecatedLabelAbstractCheck):
    name = "_install_label_capital_deprecated"


class NameLabelCapitalDeprecatedCheck(FMFAbstractCheck, DeprecatedLabelAbstractCheck):
    name = "name_label_capital_deprecated"


class ReleaseLabelCapitalDeprecatedCheck(FMFAbstractCheck, DeprecatedLabelAbstractCheck):
    name = "release_label_capital_deprecated"


class UninstallLabelCapitalDeprecatedCheck(FMFAbstractCheck, DeprecatedLabelAbstractCheck):
    name = "uninstall_label_capital_deprecated"


class VersionLabelCapitalDeprecatedCheck(FMFAbstractCheck, DeprecatedLabelAbstractCheck):
    name = "version_label_capital_deprecated"
github user-cont / colin / colin / checks / deprecated_labels.py View on Github external
name = "_install_label_capital_deprecated"


class NameLabelCapitalDeprecatedCheck(FMFAbstractCheck, DeprecatedLabelAbstractCheck):
    name = "name_label_capital_deprecated"


class ReleaseLabelCapitalDeprecatedCheck(FMFAbstractCheck, DeprecatedLabelAbstractCheck):
    name = "release_label_capital_deprecated"


class UninstallLabelCapitalDeprecatedCheck(FMFAbstractCheck, DeprecatedLabelAbstractCheck):
    name = "uninstall_label_capital_deprecated"


class VersionLabelCapitalDeprecatedCheck(FMFAbstractCheck, DeprecatedLabelAbstractCheck):
    name = "version_label_capital_deprecated"
github user-cont / colin / colin / checks / deprecated_labels.py View on Github external
# along with this program.  If not, see .
#

from colin.core.checks.labels import DeprecatedLabelAbstractCheck
from colin.core.checks.fmf_check import FMFAbstractCheck


class ArchitectureLabelCapitalDeprecatedCheck(FMFAbstractCheck, DeprecatedLabelAbstractCheck):
    name = "architecture_label_capital_deprecated"


class BZComponentDeprecatedCheck(FMFAbstractCheck, DeprecatedLabelAbstractCheck):
    name = "bzcomponent_deprecated"


class InstallLabelCapitalDeprecatedCheck(FMFAbstractCheck, DeprecatedLabelAbstractCheck):
    name = "_install_label_capital_deprecated"


class NameLabelCapitalDeprecatedCheck(FMFAbstractCheck, DeprecatedLabelAbstractCheck):
    name = "name_label_capital_deprecated"


class ReleaseLabelCapitalDeprecatedCheck(FMFAbstractCheck, DeprecatedLabelAbstractCheck):
    name = "release_label_capital_deprecated"


class UninstallLabelCapitalDeprecatedCheck(FMFAbstractCheck, DeprecatedLabelAbstractCheck):
    name = "uninstall_label_capital_deprecated"


class VersionLabelCapitalDeprecatedCheck(FMFAbstractCheck, DeprecatedLabelAbstractCheck):
github user-cont / colin / colin / core / checks / labels.py View on Github external
def __init__(self, message, description, reference_url, tags, old_label, new_label):
        super(DeprecatedLabelAbstractCheck, self) \
            .__init__(message, description, reference_url, tags)
        self.old_label = old_label
        self.new_label = new_label
github user-cont / colin / colin / checks / deprecated_labels.py View on Github external
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program.  If not, see .
#

from colin.core.checks.labels import DeprecatedLabelAbstractCheck
from colin.core.checks.fmf_check import FMFAbstractCheck


class ArchitectureLabelCapitalDeprecatedCheck(FMFAbstractCheck, DeprecatedLabelAbstractCheck):
    name = "architecture_label_capital_deprecated"


class BZComponentDeprecatedCheck(FMFAbstractCheck, DeprecatedLabelAbstractCheck):
    name = "bzcomponent_deprecated"


class InstallLabelCapitalDeprecatedCheck(FMFAbstractCheck, DeprecatedLabelAbstractCheck):
    name = "_install_label_capital_deprecated"


class NameLabelCapitalDeprecatedCheck(FMFAbstractCheck, DeprecatedLabelAbstractCheck):
    name = "name_label_capital_deprecated"


class ReleaseLabelCapitalDeprecatedCheck(FMFAbstractCheck, DeprecatedLabelAbstractCheck):
    name = "release_label_capital_deprecated"


class UninstallLabelCapitalDeprecatedCheck(FMFAbstractCheck, DeprecatedLabelAbstractCheck):
github user-cont / colin / colin / checks / deprecated_labels.py View on Github external
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program.  If not, see .
#

from colin.core.checks.labels import DeprecatedLabelAbstractCheck
from colin.core.checks.fmf_check import FMFAbstractCheck


class ArchitectureLabelCapitalDeprecatedCheck(FMFAbstractCheck, DeprecatedLabelAbstractCheck):
    name = "architecture_label_capital_deprecated"


class BZComponentDeprecatedCheck(FMFAbstractCheck, DeprecatedLabelAbstractCheck):
    name = "bzcomponent_deprecated"


class InstallLabelCapitalDeprecatedCheck(FMFAbstractCheck, DeprecatedLabelAbstractCheck):
    name = "_install_label_capital_deprecated"


class NameLabelCapitalDeprecatedCheck(FMFAbstractCheck, DeprecatedLabelAbstractCheck):
    name = "name_label_capital_deprecated"


class ReleaseLabelCapitalDeprecatedCheck(FMFAbstractCheck, DeprecatedLabelAbstractCheck):