summaryrefslogtreecommitdiff
path: root/lib/tasks/flay.rake
Commit message (Collapse)AuthorAgeFilesLines
* Stop using FlayRémy Coutable2018-09-031-9/+0
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Unify flay.rake and gettext.rake from EEunify-lib-tasksLin Jen-Shin2018-06-211-1/+1
|
* Fix flay not detecting identical codeZeger-Jan van de Weg2018-01-311-1/+1
| | | | | | | | | Previously the script checked only for 'Similar code', but flay will tell users when IDENTICAL code is detected too. This should create a commit will create a failing pipeline, and to check that it does this commit is pushed. Fixes #42628
* Ignore flay warningsLin Jen-Shin2018-01-261-1/+1
|
* Don’t exclude some file in lib from rubocopDouwe Maan2017-02-231-1/+1
|
* Set higher flay value to avoid unnecessary refactoring for nowDmitriy Zaporozhets2015-11-171-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Set less strict flay option for nowDmitriy Zaporozhets2015-11-161-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add flay: tool to find duplicate codeflayDmitriy Zaporozhets2015-11-111-0/+9
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>