method

check

Importance_0
v7.1.3.2 - Show latest stable - 0 notes - Class: NewFrameworkDefaultsFile
check() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File tools/rail_inspector/lib/rail_inspector/configuring/check/framework_defaults.rb, line 18
          def check
            visitor.config_map[checker.rails_version].each_key do |config|
              app_config = config.gsub(/^self/, "config")

              next if defaults_file_content.include? app_config

              add_error(config)
            end
          end
Register or log in to add new notes.