aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/code_statistics_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
|
* applies new string literal convention in railties/testXavier Noria2016-08-061-9/+9
| | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default.
* CodeStatistic will now ignore hidden files:Edouard CHIN2016-01-181-1/+14
| | | | - Modify the default regex to not match hidden files
* bugfix CodeStatics#calculate_directory_statics when dir has source extensionPablo Vizcay2015-04-091-0/+20