Disable rubocop Metrics/AbcSize on UsageData#system_usage_data
This commit is contained in:
parent
b80388c853
commit
e46950f284
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ module Gitlab
|
|||
usage_data
|
||||
end
|
||||
|
||||
# rubocop:disable Metrics/AbcSize
|
||||
def system_usage_data
|
||||
{
|
||||
counts: {
|
||||
|
|
Loading…
Reference in a new issue