# This configuration was generated by # `rubocop --auto-gen-config` # on 2022-04-27 00:29:57 UTC using RuboCop version 1.27.0. # The point is for the user to remove these configuration records # one by one as the offenses are removed from the code base. # Note that changes in the inspected code, or installation of new # versions of RuboCop, may require this file to be generated again. # Offense count: 1 # This cop supports unsafe auto-correction (--auto-correct-all). Style/SlicingWithRange: Exclude: - 'lib/red_amber/data_frame_selectable.rb' # Offense count: 1 # This cop supports unsafe auto-correction (--auto-correct-all). # Configuration parameters: EnforcedStyle. # SupportedStyles: forbid_for_all_comparison_operators, forbid_for_equality_operators_only, require_for_all_comparison_operators, require_for_equality_operators_only Style/YodaCondition: Exclude: - 'lib/red_amber/data_frame.rb'