Skip to content

Commit

Permalink
Complete sensiolabs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ovac committed Feb 19, 2018
1 parent 96019b0 commit c2daee2
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
composer.phar
couscous.phar
sami.phar
/.couscous
/.couscous
2 changes: 1 addition & 1 deletion .styleci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ finder:
exclude:
- "tests"
path:
- "src"
- "src"
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ $ composer test
```


**Happy coding**!
**Happy coding**!
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
10 changes: 0 additions & 10 deletions sami.config.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
<?php

// require_once 'vendor/autoload.php';

use Sami\RemoteRepository\GitHubRemoteRepository;
use Sami\Sami;
// use Sami\Version\GitVersionCollection;
use Symfony\Component\Finder\Finder;

$finder = Finder::create()
Expand All @@ -13,13 +10,6 @@
->in($dir = __DIR__ . '/src')
;

// generate documentation for all v2.0.* tags, the 2.0 branch, and the master one
// $versions = GitVersionCollection::create($dir)
// ->addFromTags('v1.0.*')
// // ->add('1.0', '1.0 branch')
// ->add('master', 'master branch')
// ;

$config = array(
'theme' => 'ovac',
'versions' => $versions = 'master',
Expand Down

0 comments on commit c2daee2

Please sign in to comment.