index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
.rubocop_todo.yml
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
rubocop: add new detected files to Performance/RedundantBlockCall (#32308)
Toshi MARUYAMA
2019-10-22
1
-0
/
+2
*
code cleanup: rubocop: fix Performance/RedundantBlockCall in test/functional/...
Toshi MARUYAMA
2019-10-22
1
-1
/
+0
*
code cleanup: rubocop: fix Performance/RedundantBlockCall in lib/redmine/view...
Toshi MARUYAMA
2019-10-22
1
-1
/
+0
*
code cleanup: rubocop: fix Performance/RedundantBlockCall in test/unit/lib/re...
Toshi MARUYAMA
2019-10-22
1
-1
/
+0
*
code cleanup: rubocop: fix Performance/RedundantBlockCall in test/unit/lib/re...
Toshi MARUYAMA
2019-10-22
1
-1
/
+0
*
code cleanup: rubocop: fix Layout/CommentIndentation and Layout/MultilineArra...
Toshi MARUYAMA
2019-10-22
1
-6
/
+0
*
rubocop: remove test/helpers/application_helper_test.rb from Layout/CaseInden...
Toshi MARUYAMA
2019-10-22
1
-2
/
+0
*
code cleanup: rubocop: fix Style/MultipleComparison in lib/redmine/scm/adapte...
Toshi MARUYAMA
2019-10-22
1
-1
/
+0
*
code cleanup: rubocop: fix Style/UnneededSort in test/unit/repository_git_tes...
Toshi MARUYAMA
2019-10-22
1
-1
/
+0
*
code cleanup: rubocop: fix Style/UnneededInterpolation in lib/redmine/scm/ada...
Toshi MARUYAMA
2019-10-22
1
-1
/
+0
*
code cleanup: rubocop: fix Layout/MultilineArrayBraceLayout in app/models/set...
Toshi MARUYAMA
2019-10-22
1
-1
/
+0
*
code cleanup: rubocop: fix Layout/AccessModifierIndentation in app/models/set...
Toshi MARUYAMA
2019-10-22
1
-1
/
+0
*
code cleanup: rubocop: fix Layout/AlignArray in lib/redmine/default_data/load...
Toshi MARUYAMA
2019-10-22
1
-5
/
+0
*
code cleanup: rubocop: fix Layout/AlignArray in app/models/setting.rb
Toshi MARUYAMA
2019-10-22
1
-1
/
+0
*
code cleanup: rubocop: fix Style/WhileUntilModifier in app/models/attachment.rb
Toshi MARUYAMA
2019-10-19
1
-5
/
+0
*
code cleanup: rubocop: fix Lint/IneffectiveAccessModifier in app/models/mail_...
Toshi MARUYAMA
2019-10-19
1
-4
/
+0
*
code cleanup: rubocop: fix Lint/IneffectiveAccessModifier in app/models/attac...
Toshi MARUYAMA
2019-10-19
1
-1
/
+0
*
code cleanup: rubocop: fix Lint/IneffectiveAccessModifier in app/models/issue.rb
Toshi MARUYAMA
2019-10-19
1
-1
/
+0
*
code cleanup: rubocop: fix Lint/IneffectiveAccessModifier in app/models/user.rb
Toshi MARUYAMA
2019-10-19
1
-1
/
+0
*
code cleanup: rubocop: fix Lint/IneffectiveAccessModifier in app/models/maile...
Toshi MARUYAMA
2019-10-19
1
-1
/
+0
*
code cleanup: rubocop: fix Lint/IneffectiveAccessModifier in lib/redmine/scm/...
Toshi MARUYAMA
2019-10-19
1
-1
/
+0
*
code cleanup: rubocop: fix Lint/IneffectiveAccessModifier in lib/redmine/help...
Toshi MARUYAMA
2019-10-19
1
-1
/
+0
*
rubocop: enable Lint/IneffectiveAccessModifier
Toshi MARUYAMA
2019-10-19
1
-0
/
+10
*
code cleanup: rubocop: fix Style/ParenthesesAroundCondition in app/controller...
Toshi MARUYAMA
2019-10-19
1
-1
/
+0
*
code cleanup: rubocop: fix Layout/CommentIndentation in lib/redmine/wiki_form...
Toshi MARUYAMA
2019-10-19
1
-1
/
+0
*
code cleanup: rubocop: fix Layout/CommentIndentation in app/models/mailer.rb
Toshi MARUYAMA
2019-10-19
1
-1
/
+0
*
code cleanup: rubocop: fix Layout/SpaceBeforeComma in test/unit/lib/redmine/h...
Toshi MARUYAMA
2019-10-19
1
-1
/
+0
*
code cleanup: rubocop: fix Layout/SpaceBeforeComma in lib/redmine/utils.rb
Toshi MARUYAMA
2019-10-19
1
-1
/
+0
*
code cleanup: rubocop: fix Style/WhileUntilModifier in lib/redmine/utils.rb
Toshi MARUYAMA
2019-10-19
1
-1
/
+0
*
code cleanup: rubocop: fix Style/WhileUntilModifier in lib/redmine/unified_di...
Toshi MARUYAMA
2019-10-19
1
-1
/
+0
*
code cleanup: rubocop: fix Style/WhileUntilModifier in app/models/project.rb
Toshi MARUYAMA
2019-10-19
1
-1
/
+0
*
code cleanup: rubocop: fix Layout/EmptyLines in lib/redmine/wiki_formatting/t...
Toshi MARUYAMA
2019-10-19
1
-1
/
+0
*
code cleanup: rubocop: fix Layout/EmptyLines in test/unit/query_test.rb
Toshi MARUYAMA
2019-10-19
1
-1
/
+0
*
code cleanup: rubocop: fix Layout/EmptyLines in test/functional/project_enume...
Toshi MARUYAMA
2019-10-19
1
-1
/
+0
*
code cleanup: rubocop: fix Layout/EmptyLines in test/functional/activities_co...
Toshi MARUYAMA
2019-10-19
1
-1
/
+0
*
code cleanup: rubocop: fix Style/WhileUntilModifier in lib/redmine/wiki_forma...
Toshi MARUYAMA
2019-10-19
1
-1
/
+0
*
code cleanup: rubocop: fix Style/UnlessElse in lib/redmine/wiki_formatting/te...
Toshi MARUYAMA
2019-10-19
1
-1
/
+0
*
code cleanup: rubocop: fix Layout/EmptyLines in app/models/issue.rb
Toshi MARUYAMA
2019-10-19
1
-1
/
+0
*
code cleanup: rubocop: fix Layout/EmptyLines in app/models/issue.rb
Toshi MARUYAMA
2019-10-19
1
-1
/
+0
*
code cleanup: rubocop: fix Style/MultilineTernaryOperator in lib/redmine/util...
Toshi MARUYAMA
2019-10-19
1
-1
/
+0
*
code cleanup: rubocop: fix Style/WhileUntilModifier in app/helpers/queries_he...
Toshi MARUYAMA
2019-10-19
1
-1
/
+0
*
code cleanup: rubocop: fix Layout/EndAlignment in lib/redmine/export/pdf/issu...
Toshi MARUYAMA
2019-10-17
1
-7
/
+0
*
code cleanup: rubocop: fix Layout/EndAlignment in app/helpers/versions_helper.rb
Toshi MARUYAMA
2019-10-17
1
-1
/
+0
*
code cleanup: rubocop: fix Layout/EndAlignment in app/helpers/repositories_he...
Toshi MARUYAMA
2019-10-17
1
-1
/
+0
*
rubocop: add detected Layout/EndAlignment files to .rubocop_todo.yml
Toshi MARUYAMA
2019-10-17
1
-1
/
+4
*
code cleanup: rubocop: fix Layout/CaseIndentation in app/models/issue_query.rb
Toshi MARUYAMA
2019-10-17
1
-1
/
+0
*
code cleanup: rubocop: fix Layout/CaseIndentation in lib/redmine/helpers/gant...
Toshi MARUYAMA
2019-10-17
1
-1
/
+0
*
code cleanup: rubocop: fix Layout/CaseIndentation in lib/redmine/menu_manager.rb
Toshi MARUYAMA
2019-10-17
1
-1
/
+0
*
code cleanup: rubocop: fix Layout/SpaceBeforeSemicolon and Style/WhenThen in ...
Toshi MARUYAMA
2019-10-17
1
-6
/
+0
*
code cleanup: rubocop: fix Style/WhenThen in app/models/role.rb
Toshi MARUYAMA
2019-10-17
1
-1
/
+0
[prev]
[next]