.rubocop.yml in red_amber-0.4.2 vs .rubocop.yml in red_amber-0.5.0

- old
+ new

@@ -74,21 +74,25 @@ # Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods, CountRepeatedAttributes. Metrics/AbcSize: Max: 30 CountRepeatedAttributes: false AllowedMethods: [ - 'join', # 51.87 + 'join_merge_keys', # 54.18 + 'join', # 53.1 'dataframe_info', # 46.5 'format_table', # 84.62 'to_long', # 33.66 'to_wide', #38.22 'slice_by', # 38.29 'remove', # 44.42 'drop', # 31.42 '[]', # 33.76 'split', # 37.35 'aggregate', # 38.13 + 'filters', # 33.91 + 'merge_keys', # 32.17 + 'rename_keys', # 31.64 ] # Max: 25 # Offense count: 57 # Configuration parameters: CountComments, CountAsOne, ExcludedMethods, AllowedMethods, AllowedPatterns, IgnoredMethods. @@ -137,13 +141,15 @@ # Configuration parameters: CountComments, CountAsOne, ExcludedMethods, AllowedMethods, AllowedPatterns, IgnoredMethods. Metrics/MethodLength: Max: 30 AllowedMethods: [ 'join', # 47 - 'dataframe_info', # 33 + 'join_merge_keys', # 41 'format_table', # 53 'slice_by', # 38 'assign_update', # 35 + 'summarize', # 35 + 'dataframe_info', # 33 'drop', # 32 'aggregate', # 31 ] # Max: 100