Skip to content

Commit

Permalink
Remove "cleanup" tools
Browse files Browse the repository at this point in the history
There were a couple of scripts here:

- prettify.py
- remove_trailing_whitespaces.sh
- remove_unnecessary_spaces.py
- retf

Most of them are self-explanatory with the exception of 'retf', which I
don't understand but which looks untouched in years and therefore
useless. For the other three, we have tooling in place to ensure these
"issues" don't get into source control and, even if they did, there's
questionable value in rewriting stuff just to remove excess whitespace.
Kill them all.

Change-Id: Ifbd2d50a669251484056552da21d23906f8d6178
  • Loading branch information
stephenfin committed Oct 4, 2017
1 parent cb16557 commit ca9ff17
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 546 deletions.
72 changes: 0 additions & 72 deletions cleanup/prettify.py

This file was deleted.

24 changes: 0 additions & 24 deletions cleanup/remove_trailing_whitespaces.sh

This file was deleted.

69 changes: 0 additions & 69 deletions cleanup/remove_unnecessary_spaces.py

This file was deleted.

69 changes: 0 additions & 69 deletions cleanup/retf/README.md

This file was deleted.

1 change: 0 additions & 1 deletion cleanup/retf/disabled_rules.yaml

This file was deleted.

0 comments on commit ca9ff17

Please sign in to comment.