bin: space cleaner - add README.md and /docs

This commit is contained in:
TomasVotruba 2018-01-06 15:09:12 +01:00
parent 7d9e1f15ff
commit 8fe0107070
2 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,6 @@
Rector is under development phase in 2018, to figure out the best way to use it in applications, polish API of Rector classes and get feedback from community. Please consider this while using it and report issues or post ideas you'll come up with while using. Thank you!
[![Build Status](https://img.shields.io/travis/rectorphp/rector/master.svg?style=flat-square)](https://travis-ci.org/rectorphp/rector)
[![Coverage Status](https://img.shields.io/coveralls/RectorPHP/Rector/master.svg?style=flat-square)](https://coveralls.io/github/rectorphp/rector?branch=master)

View File

@ -1,3 +1,3 @@
#!/usr/bin/env bash
# trailing whitespaces
sed -i -E 's/\s+$//g' src/config/level/*/*.yml
sed -i -E 's/\s+$//g' src/config/level/*/*.yml docs/*.md README.md