1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-03 09:49:30 +02:00
Commit graph

11 commits

Author SHA1 Message Date
Phyks (Lucas Verney)
8e0b38e0c0 Some extra PHPCS fixes 2016-08-01 22:10:12 +02:00
Phyks (Lucas Verney)
2bb142eeb8 Fix issue #1260
Fix coding guidelines incoherences. Code should match PSR1/2 now, and
php-cs is set to check it on each commit.

Also fixed the Git hook to take into account only added, modified,
copied and renamed files (preventing errors when trying to check deleted
files).

Closes #1260.
2016-08-01 21:55:14 +02:00
Phyks (Lucas Verney)
2890aa89bf Fix Travis-CI build
* Fix php-cs according to https://github.com/ampache/ampache/issues/1251
to fix travis build. Use composer to force the 1.* version to be used.

* Add `encoding` fixer.

* Use the same set of fixers in Git commit hook and test script.

* Update hooks and scripts.

* Fix a braces issue detected by php-cs.

Closes issue #1251.
2016-06-13 15:32:48 +02:00
Afterster
58ede034c1 Fix tag map per user check (fix #1094)
Make update_380003 optional
2016-03-05 11:02:30 +01:00
Afterster
87e782431d Remove bugged lowercase_keywords code style check 2015-12-08 21:25:28 +01:00
René Bigler
61de51ef93 [FEATURE] Update GIT hook 2015-11-19 22:58:16 +01:00
Afterster
a340c30872 Update code style script with new checks 2015-11-18 22:39:49 +01:00
Afterster
5124a5ed4c Merge branch 'develop' of https://github.com/Psy-Virus/ampache into Psy-Virus-develop
Conflicts:
	templates/show_album_row.inc.php
	templates/show_artist_row.inc.php
	templates/show_label_row.inc.php
	templates/show_playlist_song_row.inc.php
	templates/show_song_row.inc.php
	templates/show_video_row.inc.php

Apply align_equals and concat_with_spaces on code style
2015-11-07 08:08:59 +01:00
René Bigler
ae1544d966 [FEATURE] Git hook for code analysation 2015-01-07 23:26:18 +01:00
Afterster
799e9d0d07 Remove php closing tag code style check 2013-11-17 19:32:43 +01:00
Afterster
7837bb195f Add default travis script 2013-11-17 16:49:36 +01:00