Searched full:patchcheck (Results 1 – 19 of 19) sorted by relevance
5 patchcheck: true68 - ${{ if eq(parameters.patchcheck, 'true') }}:71 ./python Tools/scripts/patchcheck.py --ci true72 displayName: 'Run patchcheck.py'
8 import patchcheck11 patchcheck.normalize_docs_whitespace(argv[1:])
48 patchcheck.py Perform common checks and cleanup before committing
268 print('(on UNIX you can run `make patchcheck` to make the fixes)')
516 Rename the 'check' target to 'patchcheck' so as to not clash with GNU build
1630 patchcheck.py ("make patchcheck") now works with MQ patches. Patch by
821 Make patchcheck work on Windows for ACKS, NEWS.
5122 Add ``patchcheck`` build target to ``.PHONY``.
489 make patchcheck will ensure the interpreter is built.
848 make patchcheck now supports git checkouts, too.
4810 Make patchcheck automatically detect the correct base branch name
419 # patchcheck.py does the same.
1475 patchcheck:1476 $(RUNSHARED) ./$(BUILDPYTHON) $(srcdir)/Tools/scripts/patchcheck.py1489 .PHONY: smelly funny patchcheck altmaninstall commoninstall
1309 # patchcheck doesn't like these tabs. So the only way to test1312 # the tabs to spaces just to shut up patchcheck.
2532 patchcheck: all2533 $(RUNSHARED) ./$(BUILDPYTHON) $(srcdir)/Tools/scripts/patchcheck.py2555 .PHONY: smelly funny patchcheck touch altmaninstall commoninstall
3081 * A new Makefile target, "make patchcheck", prepares the Python source tree
3077 * A new Makefile target, "make patchcheck", prepares the Python source tree
937 - Issue #24031: make patchcheck now supports git checkouts, too.6426 - Issue #18439: Make patchcheck work on Windows for ACKS, NEWS.10204 - Issue #14053: patchcheck.py ("make patchcheck") now works with MQ patches.15927 - Issue #3758: Add ``patchcheck`` build target to .PHONY.