# This configuration was generated by # `rubocop --auto-gen-config` # on 2019-10-09 00:10:57 +0200 using RuboCop version 0.75.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: 14 Style/MixinUsage: Exclude: - 'test/examples/duck/test_app.rb' - 'test/examples/empty/test_app.rb' - 'test/examples/isolation/test_app_with_isolation_1.rb' - 'test/examples/isolation/test_app_with_isolation_2.rb' - 'test/examples/isolation/test_app_with_isolation_3.rb' - 'test/examples/isolation/test_app_with_isolation_4.rb' - 'test/examples/isolation/test_app_with_isolation_5.rb' - 'test/examples/isolation/test_app_without_isolation_1.rb' - 'test/examples/isolation/test_app_without_isolation_2.rb' - 'test/examples/isolation/test_app_without_isolation_3.rb' - 'test/examples/let/test_let.rb' - 'test/examples/operation/test_app_1.rb' - 'test/examples/operation/test_app_2.rb' - 'test/test_exit_status.rb'