.rubocop_todo.yml in red_amber-0.1.7 vs .rubocop_todo.yml in red_amber-0.1.8

- old
+ new

@@ -1,15 +1,2 @@ -# This configuration was generated by -# `rubocop --auto-gen-config` -# on 2022-05-08 02:37:36 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). -# 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' +# We will use cops to detect bugs in an early stage +# Feel free to use .rubocop_todo.yml by --auto-gen-config