Commit Graph

12 Commits

Author SHA1 Message Date
Fabien Potencier
d212a30cc0 removed some files from check_cs as they have been fixed now 2012-05-11 18:04:46 +02:00
Andy Cox
0bcc5fa210 [check_cs] Fixed and optimized the coding standard script
[check_cs] Optimized coding standards script

* Defined skipped files array outside of foreach loop
* Reduced calls to $file->getRealPath() to one

[check_cs] Fixed skipped file paths

Paths to skipped files have changed since test files have been moved
into individual components

[check_cs] Optimized coding standards script

* Removed nested foreach loop

[check_cs] Minor formatting change
2012-05-11 16:31:49 +01:00
Fabien Potencier
26f933e7bd fixed CS 2012-05-01 15:23:48 +02:00
Fabien Potencier
fea6b79acd moved component and bridge unit tests to the src/ directory
This is the first step to make each Symfony Component and Bridge self-contained.
2012-03-29 08:37:22 +02:00
Julien Brochet
0797564208 [Check CS] don't replace 'else if' on twig files (closes #2961) 2011-12-27 16:10:32 +01:00
Fabien Potencier
8d7a6e598d added a rule to check_cs 2011-12-18 14:42:56 +01:00
Brikou CARRE
cd2a7bb2be fixed root search path to include only './src' and './tests' 2011-06-08 18:11:05 +02:00
Brikou CARRE
3d5a96ef98 fixed 'base search dir' + fixed 'blank line inserted' when line before ends with colon 2011-06-08 16:21:52 +02:00
Fabien Potencier
1aabc5da64 fixed CS 2011-06-08 12:16:48 +02:00
Fabien Potencier
8d262bf1c6 made some enhancement to check_cs 2011-06-08 12:11:39 +02:00
Fabien Potencier
5f8a0f5d23 made some tweaks to the check_cs script 2011-06-08 11:24:46 +02:00
Fabien Potencier
d5cfb1cfda renamed check_cs.php to check_cs 2011-06-08 11:22:43 +02:00