def no_extra_colon()

in scripts/sanity_check.py [0:0]


    def no_extra_colon(self, field, value):
        # Jekyll doesn't build with extra colon in these fields
        if ':' in str(value):
            raise ValueError('Remove extra \':\' in field {} with value {} in file {}'
                             .format(field, value, self.filename))