toshimaru/rack-simple_user_agent

View on GitHub
.rubocop_todo.yml

Summary

Maintainability
Test Coverage
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2020-03-13 18:11:21 +0900 using RuboCop version 0.80.1.
# 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: 8
Style/Documentation:
  Exclude:
    - 'spec/**/*'
    - 'test/**/*'
    - 'lib/rack/simple_user_agent.rb'
    - 'lib/rack/simple_user_agent/detectors.rb'
    - 'lib/rack/simple_user_agent/detectors/android.rb'
    - 'lib/rack/simple_user_agent/detectors/bot.rb'
    - 'lib/rack/simple_user_agent/detectors/ios.rb'
    - 'lib/rack/simple_user_agent/detectors/windows_phone.rb'
    - 'lib/rack/simple_user_agent/railtie.rb'