Skip to content

Commit

Permalink
Remove old Run_uncrustify_for_sources.{bat,sh}
Browse files Browse the repository at this point in the history
Remove the old scripts to run uncrustify on its own sources. The new
runner makes these unnecessary.
  • Loading branch information
mwoehlke-kitware committed Sep 4, 2018
1 parent e52def3 commit f783275
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 142 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -141,8 +141,6 @@ script:
- if [ "x${BUILD_TYPE}" != "xcross" ]; then ../scripts/run_ctest.py; fi
# collect coverage (needs to be after running tests)
- if [ "x${BUILD_TYPE}" == "xcoverage" ]; then make coverage; fi
# test if all the sources are conform to the forUncrustifySources.cfg config file
- if [ "x${BUILD_TYPE}" == "xrelease" ]; then cd ../ && ./scripts/Run_uncrustify_for_sources.sh; cd -; fi

# DO NOT REMOVE (debugging purposes)
#- /home/travis/build/uncrustify/uncrustify/build/uncrustify -l cs -c /home/travis/build/uncrustify/uncrustify/tests/config/U10-Cpp.cfg -f /home/travis/build/uncrustify/uncrustify/tests/input/cs/newlines.mm -L A
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -31,6 +31,6 @@ There are lots of ways to contribute to Uncrustify:
- The change should always be accompanied by regression tests (explain why if not possible)
* Preparing a Pull Request (PR):
- To reduce the likelihood of conflicts and test failures, try to avoid merges, rebasing your work on top of latest master before creating a PR
- Verify that your code is properly formatted by running `scripts/Run_uncrustify_for_sources`
- Verify that your code is working properly by running `ctest` in your build directory
- The PR title should represent _what_ is being changed (a rephrasing of the branch name if set correctly)
- The PR description should document the _why_ the change needed to be done and _not how_ which should be obvious by doing the code review
91 changes: 0 additions & 91 deletions scripts/Run_uncrustify_for_sources.bat

This file was deleted.

48 changes: 0 additions & 48 deletions scripts/Run_uncrustify_for_sources.sh

This file was deleted.

0 comments on commit f783275

Please sign in to comment.