Lines Matching refs:fix
51 def fail(self, fpath, regexp, fcontents, match_txt, correct, fix): argument
71 if fix:
81 def check(self, fpath, fix): argument
100 valid_guard, fix)
101 if fix: save(fpath, fcontents)
106 valid_guard, fix)
107 if fix: save(fpath, fcontents)
119 valid_guard, fix)
120 if fix: save(fpath, fcontents)
133 if fix:
142 valid_guard, fix)
143 if fix: save(fpath, fcontents)
196 ok = ok and validator.check(filename, args.fix)