Searched refs:problems (Results 1 – 12 of 12) sorted by relevance
787 problems = 0788 problems += self.check_symbols_declared_in_header()797 problems += self.check_match_pattern(group, check_pattern)799 problems += self.check_for_typos()802 if problems > 0:803 self.log.info("FAIL: {0} problem(s) to fix".format(str(problems)))821 problems = []833 problems.append(SymbolNotInHeader(symbol))835 self.output_check_result("All symbols in header", problems)836 return len(problems)[all …]
400 for problems in report.getchildren()[:]:401 if not problems.getchildren():402 report.remove(problems)
195 …code. `pylint` is a tool for finding bugs and style problems in Python source code. It finds probl…
134 …s are triggered again. If some of these checks fail, it could be either problems with the pull req…
68 solutions to these problems would be higher or lower than the cost of70 solutions would probably also solve other problems at the same time.)
316 These problems are easily solvable.
261 that any problems introduced by others will not reflect on the original454 address new problems or concerns.
3893 resulting in compatibility problems with Chrome. Found by hfloyrd. #823
16 * [“Solutions”](#solutions) explains how we currently solve, or intend to solve, specific problems.
340 …ng function, although it's remotely possible that this will cause other problems. Valgrind does no…
103 # performance problems for the file system.