Lines Matching +full:pylint +full:- +full:exit
5 # Use of this source code is governed by a BSD-style license that can be
36 # pylint: disable=I0011,R0904
98 and 'build-result' in attrs.get('class', '').split()):
101 # <a class="build-result" href="*">. Then we save the
102 # (non-standard) status attribute and the URL.
158 # pylint: disable=I0011,R0904
213 # nest-level for backing out.
259 self._li_level -= 1
307 for i, wrapped_line in enumerate(wrap_to(line, 68 - (2 * indent))):
325 # pylint: disable=I0011,R0914,R0912
335 control_name = '[control %s]' % control_url.split('/')[-1]
336 roll_name = '[roll %s]' % roll_url.split('/')[-1]
411 exit(1)