cookstyle 7.32.2 → 7.32.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bin/cookstyle +6 -1
- data/config/chefstyle.yml +741 -0
- data/config/cookstyle.yml +46 -46
- data/config/default.yml +0 -2
- data/lib/cookstyle/chefstyle.rb +5 -0
- data/lib/cookstyle/version.rb +1 -1
- data/lib/cookstyle.rb +7 -15
- data/lib/rubocop/cop/chef/correctness/block_guard_clause_string_only.rb +2 -2
- data/lib/rubocop/cop/chef/correctness/chef_application_fatal.rb +2 -2
- data/lib/rubocop/cop/chef/correctness/conditional_ruby_shellout.rb +2 -2
- data/lib/rubocop/cop/chef/correctness/dnf_package_allow_downgrades.rb +2 -2
- data/lib/rubocop/cop/chef/correctness/incorrect_library_injection.rb +2 -2
- data/lib/rubocop/cop/chef/correctness/invalid_cookbook_name.rb +2 -2
- data/lib/rubocop/cop/chef/correctness/invalid_default_action.rb +2 -2
- data/lib/rubocop/cop/chef/correctness/invalid_notification_resource.rb +2 -2
- data/lib/rubocop/cop/chef/correctness/invalid_notification_timing.rb +2 -2
- data/lib/rubocop/cop/chef/correctness/invalid_platform_family_helper.rb +2 -2
- data/lib/rubocop/cop/chef/correctness/invalid_platform_family_values_in_case.rb +1 -1
- data/lib/rubocop/cop/chef/correctness/invalid_platform_helper.rb +2 -2
- data/lib/rubocop/cop/chef/correctness/invalid_platform_metadata.rb +2 -2
- data/lib/rubocop/cop/chef/correctness/invalid_platform_values_in_case.rb +1 -1
- data/lib/rubocop/cop/chef/correctness/invalid_value_for_platform_family_helper.rb +2 -2
- data/lib/rubocop/cop/chef/correctness/invalid_value_for_platform_helper.rb +2 -2
- data/lib/rubocop/cop/chef/correctness/invalid_version_metadata.rb +2 -2
- data/lib/rubocop/cop/chef/correctness/lazy_eval_node_attribute_defaults.rb +2 -2
- data/lib/rubocop/cop/chef/correctness/lazy_in_resource_guard.rb +2 -2
- data/lib/rubocop/cop/chef/correctness/macos_userdefaults_invalid_type.rb +2 -2
- data/lib/rubocop/cop/chef/correctness/malformed_value_for_platform.rb +2 -2
- data/lib/rubocop/cop/chef/correctness/metadata_malformed_version.rb +2 -2
- data/lib/rubocop/cop/chef/correctness/metadata_missing_name.rb +1 -1
- data/lib/rubocop/cop/chef/correctness/metadata_missing_version.rb +1 -1
- data/lib/rubocop/cop/chef/correctness/node_normal.rb +2 -2
- data/lib/rubocop/cop/chef/correctness/node_normal_unless.rb +2 -2
- data/lib/rubocop/cop/chef/correctness/node_save.rb +1 -1
- data/lib/rubocop/cop/chef/correctness/notifies_action_not_symbol.rb +2 -2
- data/lib/rubocop/cop/chef/correctness/octal_mode_as_string.rb +2 -2
- data/lib/rubocop/cop/chef/correctness/openssl_password_helpers.rb +1 -1
- data/lib/rubocop/cop/chef/correctness/powershell_delete_file.rb +2 -2
- data/lib/rubocop/cop/chef/correctness/powershell_file_exists.rb +2 -2
- data/lib/rubocop/cop/chef/correctness/property_without_type.rb +2 -2
- data/lib/rubocop/cop/chef/correctness/resource_sets_internal_properties.rb +2 -2
- data/lib/rubocop/cop/chef/correctness/resource_sets_name_property.rb +2 -2
- data/lib/rubocop/cop/chef/correctness/resource_with_none_action.rb +2 -2
- data/lib/rubocop/cop/chef/correctness/scoped_file_exist.rb +2 -2
- data/lib/rubocop/cop/chef/correctness/service_resource.rb +1 -1
- data/lib/rubocop/cop/chef/correctness/supports_must_be_float.rb +2 -2
- data/lib/rubocop/cop/chef/correctness/tmp_path.rb +2 -2
- data/lib/rubocop/cop/chef/deprecation/cb_depends_on_self.rb +2 -2
- data/lib/rubocop/cop/chef/deprecation/chef_handler_recipe.rb +1 -1
- data/lib/rubocop/cop/chef/deprecation/chef_handler_supports.rb +2 -2
- data/lib/rubocop/cop/chef/deprecation/chef_rest.rb +1 -1
- data/lib/rubocop/cop/chef/deprecation/chef_shellout.rb +2 -2
- data/lib/rubocop/cop/chef/deprecation/chef_sugar_helpers.rb +1 -1
- data/lib/rubocop/cop/chef/deprecation/chef_windows_platform_helper.rb +2 -2
- data/lib/rubocop/cop/chef/deprecation/chefdk_generators.rb +2 -2
- data/lib/rubocop/cop/chef/deprecation/chefspec_coverage_report.rb +1 -1
- data/lib/rubocop/cop/chef/deprecation/chefspec_legacy_runner.rb +2 -2
- data/lib/rubocop/cop/chef/deprecation/chocolatey_package_uninstall_action.rb +2 -2
- data/lib/rubocop/cop/chef/deprecation/depends_chef_nginx_cookbook.rb +2 -2
- data/lib/rubocop/cop/chef/deprecation/depends_chef_reporting_cookbook.rb +1 -1
- data/lib/rubocop/cop/chef/deprecation/depends_compat_resource.rb +1 -1
- data/lib/rubocop/cop/chef/deprecation/depends_omnibus_updater_cookbook.rb +2 -2
- data/lib/rubocop/cop/chef/deprecation/depends_partial_search.rb +1 -1
- data/lib/rubocop/cop/chef/deprecation/depends_poise.rb +1 -1
- data/lib/rubocop/cop/chef/deprecation/deprecated_mixins.rb +1 -1
- data/lib/rubocop/cop/chef/deprecation/deprecated_platform_methods.rb +2 -2
- data/lib/rubocop/cop/chef/deprecation/deprecated_shellout_methods.rb +2 -2
- data/lib/rubocop/cop/chef/deprecation/deprecated_sudo_actions.rb +2 -2
- data/lib/rubocop/cop/chef/deprecation/deprecated_windows_version_check.rb +1 -1
- data/lib/rubocop/cop/chef/deprecation/deprecated_yum_repository_actions.rb +2 -2
- data/lib/rubocop/cop/chef/deprecation/deprecated_yum_repository_properties.rb +2 -2
- data/lib/rubocop/cop/chef/deprecation/easy_install.rb +1 -1
- data/lib/rubocop/cop/chef/deprecation/eol_audit_mode.rb +1 -1
- data/lib/rubocop/cop/chef/deprecation/epic_fail.rb +2 -2
- data/lib/rubocop/cop/chef/deprecation/erl_call.rb +1 -1
- data/lib/rubocop/cop/chef/deprecation/execute_path_property.rb +2 -2
- data/lib/rubocop/cop/chef/deprecation/execute_relative_creates_without_cwd.rb +2 -2
- data/lib/rubocop/cop/chef/deprecation/foodcritic_testing.rb +1 -1
- data/lib/rubocop/cop/chef/deprecation/hwrp_without_provides.rb +4 -4
- data/lib/rubocop/cop/chef/deprecation/hwrp_without_unified_mode_true.rb +2 -2
- data/lib/rubocop/cop/chef/deprecation/inherits_compat_resource.rb +2 -2
- data/lib/rubocop/cop/chef/deprecation/launchd_deprecated_hash_property.rb +2 -2
- data/lib/rubocop/cop/chef/deprecation/legacy_notify_syntax.rb +2 -2
- data/lib/rubocop/cop/chef/deprecation/legacy_yum_cookbook_recipes.rb +1 -1
- data/lib/rubocop/cop/chef/deprecation/librarian_chefspec.rb +1 -1
- data/lib/rubocop/cop/chef/deprecation/locale_lc_all_property.rb +1 -1
- data/lib/rubocop/cop/chef/deprecation/log_resource_notifications.rb +2 -2
- data/lib/rubocop/cop/chef/deprecation/macos_userdefaults_global_property.rb +2 -2
- data/lib/rubocop/cop/chef/deprecation/name_property_and_default.rb +2 -2
- data/lib/rubocop/cop/chef/deprecation/node_deep_fetch.rb +4 -4
- data/lib/rubocop/cop/chef/deprecation/node_methods_not_attributes.rb +2 -2
- data/lib/rubocop/cop/chef/deprecation/node_set.rb +2 -2
- data/lib/rubocop/cop/chef/deprecation/node_set_unless.rb +2 -2
- data/lib/rubocop/cop/chef/deprecation/node_set_without_level.rb +2 -2
- data/lib/rubocop/cop/chef/deprecation/partial_search_class_usage.rb +2 -2
- data/lib/rubocop/cop/chef/deprecation/partial_search_helper_usage.rb +2 -2
- data/lib/rubocop/cop/chef/deprecation/poise_archive.rb +2 -2
- data/lib/rubocop/cop/chef/deprecation/policyfile_community_source.rb +2 -2
- data/lib/rubocop/cop/chef/deprecation/powershell_cookbook_helpers.rb +2 -2
- data/lib/rubocop/cop/chef/deprecation/require_recipe.rb +2 -2
- data/lib/rubocop/cop/chef/deprecation/resource_overrides_provides_method.rb +2 -2
- data/lib/rubocop/cop/chef/deprecation/resource_uses_dsl_name_method.rb +2 -2
- data/lib/rubocop/cop/chef/deprecation/resource_uses_only_resource_name.rb +1 -1
- data/lib/rubocop/cop/chef/deprecation/resource_uses_provider_base_method.rb +1 -1
- data/lib/rubocop/cop/chef/deprecation/resource_uses_updated_method.rb +2 -2
- data/lib/rubocop/cop/chef/deprecation/resource_without_unified_mode_true.rb +2 -2
- data/lib/rubocop/cop/chef/deprecation/ruby_27_keyword_argument_warnings.rb +2 -2
- data/lib/rubocop/cop/chef/deprecation/ruby_block_create_action.rb +2 -2
- data/lib/rubocop/cop/chef/deprecation/run_command_helper.rb +2 -2
- data/lib/rubocop/cop/chef/deprecation/search_uses_positional_parameters.rb +2 -2
- data/lib/rubocop/cop/chef/deprecation/use_automatic_resource_name.rb +1 -1
- data/lib/rubocop/cop/chef/deprecation/use_inline_resources.rb +1 -1
- data/lib/rubocop/cop/chef/deprecation/use_yaml_dump.rb +2 -2
- data/lib/rubocop/cop/chef/deprecation/user_supports_property.rb +2 -2
- data/lib/rubocop/cop/chef/deprecation/verify_property_file_expansion.rb +2 -2
- data/lib/rubocop/cop/chef/deprecation/windows_feature_servermanagercmd.rb +2 -2
- data/lib/rubocop/cop/chef/deprecation/windows_package_installer_type_string.rb +2 -2
- data/lib/rubocop/cop/chef/deprecation/windows_task_change_action.rb +2 -2
- data/lib/rubocop/cop/chef/deprecation/windows_version_helpers.rb +2 -2
- data/lib/rubocop/cop/chef/deprecation/xml_ruby_recipe.rb +1 -1
- data/lib/rubocop/cop/chef/deprecation/yum_dnf_compat_recipe.rb +1 -1
- data/lib/rubocop/cop/chef/effortless/chef_vault_used.rb +6 -6
- data/lib/rubocop/cop/chef/effortless/data_bags.rb +1 -1
- data/lib/rubocop/cop/chef/effortless/depends_chef_vault.rb +1 -1
- data/lib/rubocop/cop/chef/effortless/node_environment.rb +1 -1
- data/lib/rubocop/cop/chef/effortless/node_policygroup.rb +1 -1
- data/lib/rubocop/cop/chef/effortless/node_roles.rb +1 -1
- data/lib/rubocop/cop/chef/effortless/search_for_environments_or_roles.rb +1 -1
- data/lib/rubocop/cop/chef/effortless/search_used.rb +1 -1
- data/lib/rubocop/cop/chef/modernize/action_method_in_resource.rb +2 -2
- data/lib/rubocop/cop/chef/modernize/allowed_actions_initializer.rb +2 -2
- data/lib/rubocop/cop/chef/modernize/apt_default_recipe.rb +2 -2
- data/lib/rubocop/cop/chef/modernize/berksfile_source.rb +2 -2
- data/lib/rubocop/cop/chef/modernize/build_essential.rb +2 -2
- data/lib/rubocop/cop/chef/modernize/chef_14_resources.rb +1 -1
- data/lib/rubocop/cop/chef/modernize/chef_15_resources.rb +1 -1
- data/lib/rubocop/cop/chef/modernize/chef_gem_nokogiri.rb +1 -1
- data/lib/rubocop/cop/chef/modernize/class_eval_action_class.rb +2 -2
- data/lib/rubocop/cop/chef/modernize/compile_time_resources.rb +2 -2
- data/lib/rubocop/cop/chef/modernize/conditional_using_test.rb +2 -2
- data/lib/rubocop/cop/chef/modernize/cron_d_file_or_template.rb +2 -2
- data/lib/rubocop/cop/chef/modernize/cron_manage_resource.rb +2 -2
- data/lib/rubocop/cop/chef/modernize/databag_helpers.rb +2 -2
- data/lib/rubocop/cop/chef/modernize/declare_action_class.rb +2 -2
- data/lib/rubocop/cop/chef/modernize/default_action_initializer.rb +3 -3
- data/lib/rubocop/cop/chef/modernize/defines_chefspec_matchers.rb +1 -1
- data/lib/rubocop/cop/chef/modernize/depends_chef_vault_cookbook.rb +1 -1
- data/lib/rubocop/cop/chef/modernize/depends_chocolatey_cookbooks.rb +1 -1
- data/lib/rubocop/cop/chef/modernize/depends_kernel_module_cookbook.rb +1 -1
- data/lib/rubocop/cop/chef/modernize/depends_locale_cookbook.rb +1 -1
- data/lib/rubocop/cop/chef/modernize/depends_openssl_cookbook.rb +1 -1
- data/lib/rubocop/cop/chef/modernize/depends_timezone_lwrp_cookbook.rb +1 -1
- data/lib/rubocop/cop/chef/modernize/depends_windows_firewall_cookbook.rb +1 -1
- data/lib/rubocop/cop/chef/modernize/depends_zypper_cookbook.rb +1 -1
- data/lib/rubocop/cop/chef/modernize/dsl_include_in_resource.rb +1 -1
- data/lib/rubocop/cop/chef/modernize/empty_resource_initialize.rb +1 -1
- data/lib/rubocop/cop/chef/modernize/execute_apt_update.rb +2 -2
- data/lib/rubocop/cop/chef/modernize/execute_sc_exe.rb +2 -2
- data/lib/rubocop/cop/chef/modernize/execute_sleep.rb +2 -2
- data/lib/rubocop/cop/chef/modernize/execute_sysctl.rb +2 -2
- data/lib/rubocop/cop/chef/modernize/execute_tzutil.rb +2 -2
- data/lib/rubocop/cop/chef/modernize/foodcritic_comments.rb +1 -1
- data/lib/rubocop/cop/chef/modernize/if_provides_default_action.rb +2 -2
- data/lib/rubocop/cop/chef/modernize/includes_mixin_shellout.rb +1 -1
- data/lib/rubocop/cop/chef/modernize/libarchive_file.rb +2 -2
- data/lib/rubocop/cop/chef/modernize/macos_user_defaults.rb +2 -2
- data/lib/rubocop/cop/chef/modernize/minitest_handler_usage.rb +1 -1
- data/lib/rubocop/cop/chef/modernize/node_init_package.rb +2 -2
- data/lib/rubocop/cop/chef/modernize/node_roles_include.rb +2 -2
- data/lib/rubocop/cop/chef/modernize/ohai_default_recipe.rb +1 -1
- data/lib/rubocop/cop/chef/modernize/openssl_rsa_key_resource.rb +2 -2
- data/lib/rubocop/cop/chef/modernize/openssl_x509_resource.rb +2 -2
- data/lib/rubocop/cop/chef/modernize/osx_config_profile_resource.rb +2 -2
- data/lib/rubocop/cop/chef/modernize/powershell_expand_archive.rb +1 -1
- data/lib/rubocop/cop/chef/modernize/powershell_guard_interpreter.rb +2 -2
- data/lib/rubocop/cop/chef/modernize/powershell_install_package.rb +2 -2
- data/lib/rubocop/cop/chef/modernize/powershell_install_windowsfeature.rb +2 -2
- data/lib/rubocop/cop/chef/modernize/property_with_name_attribute.rb +2 -2
- data/lib/rubocop/cop/chef/modernize/provides_initializer.rb +2 -2
- data/lib/rubocop/cop/chef/modernize/resource_name_initializer.rb +2 -2
- data/lib/rubocop/cop/chef/modernize/resource_set_or_return.rb +2 -2
- data/lib/rubocop/cop/chef/modernize/resource_with_attributes.rb +2 -2
- data/lib/rubocop/cop/chef/modernize/respond_to_compile_time.rb +2 -2
- data/lib/rubocop/cop/chef/modernize/respond_to_metadata.rb +2 -2
- data/lib/rubocop/cop/chef/modernize/respond_to_provides.rb +2 -2
- data/lib/rubocop/cop/chef/modernize/respond_to_resource_name.rb +2 -2
- data/lib/rubocop/cop/chef/modernize/sc_windows_resource.rb +2 -2
- data/lib/rubocop/cop/chef/modernize/seven_zip_archive.rb +1 -1
- data/lib/rubocop/cop/chef/modernize/shell_out_helper.rb +2 -2
- data/lib/rubocop/cop/chef/modernize/shellouts_to_chocolatey.rb +1 -1
- data/lib/rubocop/cop/chef/modernize/simplify_apt_ppa_setup.rb +2 -2
- data/lib/rubocop/cop/chef/modernize/sysctl_param_resource.rb +2 -2
- data/lib/rubocop/cop/chef/modernize/unnecessary_mixlib_shellout_require.rb +1 -1
- data/lib/rubocop/cop/chef/modernize/use_chef_language_cloud_helpers.rb +2 -2
- data/lib/rubocop/cop/chef/modernize/use_chef_language_env_helpers.rb +2 -2
- data/lib/rubocop/cop/chef/modernize/use_chef_language_systemd_helper.rb +2 -2
- data/lib/rubocop/cop/chef/modernize/use_multipackage_installs.rb +2 -2
- data/lib/rubocop/cop/chef/modernize/use_require_relative.rb +2 -2
- data/lib/rubocop/cop/chef/modernize/whyrun_supported_true.rb +1 -1
- data/lib/rubocop/cop/chef/modernize/windows_default_recipe.rb +1 -1
- data/lib/rubocop/cop/chef/modernize/windows_registry_uac.rb +2 -2
- data/lib/rubocop/cop/chef/modernize/windows_zipfile.rb +1 -1
- data/lib/rubocop/cop/chef/modernize/zipfile_resource.rb +1 -1
- data/lib/rubocop/cop/chef/modernize/zypper_repo.rb +2 -2
- data/lib/rubocop/cop/chef/redundant/apt_repository_distribution_default.rb +2 -2
- data/lib/rubocop/cop/chef/redundant/apt_repository_notifies_apt_update.rb +2 -2
- data/lib/rubocop/cop/chef/redundant/attribute_metadata.rb +1 -1
- data/lib/rubocop/cop/chef/redundant/conflicts_metadata.rb +1 -1
- data/lib/rubocop/cop/chef/redundant/custom_resource_with_allowed_actions.rb +1 -1
- data/lib/rubocop/cop/chef/redundant/double_compile_time.rb +2 -2
- data/lib/rubocop/cop/chef/redundant/grouping_metadata.rb +1 -1
- data/lib/rubocop/cop/chef/redundant/long_description_metadata.rb +1 -1
- data/lib/rubocop/cop/chef/redundant/multiple_platform_checks.rb +2 -2
- data/lib/rubocop/cop/chef/redundant/name_property_and_required.rb +2 -2
- data/lib/rubocop/cop/chef/redundant/ohai_attribute_to_string.rb +2 -2
- data/lib/rubocop/cop/chef/redundant/property_splat_regex.rb +2 -2
- data/lib/rubocop/cop/chef/redundant/property_with_default_and_required.rb +2 -2
- data/lib/rubocop/cop/chef/redundant/provides_metadata.rb +1 -1
- data/lib/rubocop/cop/chef/redundant/recipe_metadata.rb +1 -1
- data/lib/rubocop/cop/chef/redundant/replaces_metadata.rb +1 -1
- data/lib/rubocop/cop/chef/redundant/resource_with_nothing_action.rb +1 -1
- data/lib/rubocop/cop/chef/redundant/sensitive_property_in_resource.rb +1 -1
- data/lib/rubocop/cop/chef/redundant/string_property_with_nil_default.rb +2 -2
- data/lib/rubocop/cop/chef/redundant/suggests_metadata.rb +1 -1
- data/lib/rubocop/cop/chef/redundant/unnecessary_desired_state.rb +2 -2
- data/lib/rubocop/cop/chef/redundant/unnecessary_name_property.rb +1 -1
- data/lib/rubocop/cop/chef/redundant/use_create_if_missing.rb +2 -2
- data/lib/rubocop/cop/chef/security/ssh_private_key.rb +1 -1
- data/lib/rubocop/cop/chef/sharing/default_maintainer_metadata.rb +2 -2
- data/lib/rubocop/cop/chef/sharing/empty_metadata_field.rb +2 -2
- data/lib/rubocop/cop/chef/sharing/include_property_descriptions.rb +2 -2
- data/lib/rubocop/cop/chef/sharing/include_resource_descriptions.rb +1 -1
- data/lib/rubocop/cop/chef/sharing/include_resource_examples.rb +1 -1
- data/lib/rubocop/cop/chef/sharing/insecure_cookbook_url.rb +2 -2
- data/lib/rubocop/cop/chef/sharing/invalid_license_string.rb +2 -2
- data/lib/rubocop/cop/chef/style/attribute_keys.rb +4 -4
- data/lib/rubocop/cop/chef/style/chef_whaaat.rb +2 -2
- data/lib/rubocop/cop/chef/style/comment_sentence_spacing.rb +1 -1
- data/lib/rubocop/cop/chef/style/comments_copyright_format.rb +2 -2
- data/lib/rubocop/cop/chef/style/comments_default_copyright.rb +2 -2
- data/lib/rubocop/cop/chef/style/comments_format.rb +2 -2
- data/lib/rubocop/cop/chef/style/file_mode.rb +2 -2
- data/lib/rubocop/cop/chef/style/immediate_notification_timing.rb +2 -2
- data/lib/rubocop/cop/chef/style/include_recipe_with_parentheses.rb +2 -2
- data/lib/rubocop/cop/chef/style/negating_only_if.rb +2 -2
- data/lib/rubocop/cop/chef/style/overly_complex_supports_depends_metadata.rb +2 -2
- data/lib/rubocop/cop/chef/style/simplify_platform_major_version_check.rb +2 -2
- data/lib/rubocop/cop/chef/style/true_false_resource_properties.rb +2 -2
- data/lib/rubocop/cop/chef/style/unnecessary_os_check.rb +2 -2
- data/lib/rubocop/cop/chef/style/unnecessary_platform_case_statement.rb +2 -2
- data/lib/rubocop/cop/chef/style/use_platform_helpers.rb +2 -2
- data/lib/rubocop/cop/chefstyle/ruby/gemspec_license.rb +55 -0
- data/lib/rubocop/cop/chefstyle/ruby/gemspec_require_rubygems.rb +46 -0
- data/lib/rubocop/cop/chefstyle/ruby/legacy_powershell_out_methods.rb +36 -0
- data/lib/rubocop/cop/chefstyle/ruby/require_net_https.rb +54 -0
- data/lib/rubocop/cop/chefstyle/ruby/unless_defined_require.rb +122 -0
- data/lib/rubocop/cop/inspec/deprecation/attribute_default.rb +2 -2
- data/lib/rubocop/cop/inspec/deprecation/attribute_helper.rb +2 -2
- metadata +9 -4
- data/config/disable_all.yml +0 -987
- data/config/upstream.yml +0 -5132
data/config/disable_all.yml
DELETED
@@ -1,987 +0,0 @@
|
|
1
|
-
---
|
2
|
-
Migration/DepartmentName:
|
3
|
-
Enabled: false
|
4
|
-
Bundler/DuplicatedGem:
|
5
|
-
Enabled: false
|
6
|
-
Bundler/GemComment:
|
7
|
-
Enabled: false
|
8
|
-
Bundler/GemFilename:
|
9
|
-
Enabled: false
|
10
|
-
Bundler/GemVersion:
|
11
|
-
Enabled: false
|
12
|
-
Bundler/InsecureProtocolSource:
|
13
|
-
Enabled: false
|
14
|
-
Bundler/OrderedGems:
|
15
|
-
Enabled: false
|
16
|
-
Gemspec/DateAssignment:
|
17
|
-
Enabled: false
|
18
|
-
Gemspec/DuplicatedAssignment:
|
19
|
-
Enabled: false
|
20
|
-
Gemspec/OrderedDependencies:
|
21
|
-
Enabled: false
|
22
|
-
Gemspec/RequireMFA:
|
23
|
-
Enabled: false
|
24
|
-
Gemspec/RequiredRubyVersion:
|
25
|
-
Enabled: false
|
26
|
-
Gemspec/RubyVersionGlobalsUsage:
|
27
|
-
Enabled: false
|
28
|
-
Layout/AccessModifierIndentation:
|
29
|
-
Enabled: false
|
30
|
-
Layout/ArgumentAlignment:
|
31
|
-
Enabled: false
|
32
|
-
Layout/ArrayAlignment:
|
33
|
-
Enabled: false
|
34
|
-
Layout/AssignmentIndentation:
|
35
|
-
Enabled: false
|
36
|
-
Layout/BeginEndAlignment:
|
37
|
-
Enabled: false
|
38
|
-
Layout/BlockAlignment:
|
39
|
-
Enabled: false
|
40
|
-
Layout/BlockEndNewline:
|
41
|
-
Enabled: false
|
42
|
-
Layout/CaseIndentation:
|
43
|
-
Enabled: false
|
44
|
-
Layout/ClassStructure:
|
45
|
-
Enabled: false
|
46
|
-
Layout/ClosingHeredocIndentation:
|
47
|
-
Enabled: false
|
48
|
-
Layout/ClosingParenthesisIndentation:
|
49
|
-
Enabled: false
|
50
|
-
Layout/CommentIndentation:
|
51
|
-
Enabled: false
|
52
|
-
Layout/ConditionPosition:
|
53
|
-
Enabled: false
|
54
|
-
Layout/DefEndAlignment:
|
55
|
-
Enabled: false
|
56
|
-
Layout/DotPosition:
|
57
|
-
Enabled: false
|
58
|
-
Layout/ElseAlignment:
|
59
|
-
Enabled: false
|
60
|
-
Layout/EmptyComment:
|
61
|
-
Enabled: false
|
62
|
-
Layout/EmptyLineAfterGuardClause:
|
63
|
-
Enabled: false
|
64
|
-
Layout/EmptyLineAfterMagicComment:
|
65
|
-
Enabled: false
|
66
|
-
Layout/EmptyLineAfterMultilineCondition:
|
67
|
-
Enabled: false
|
68
|
-
Layout/EmptyLineBetweenDefs:
|
69
|
-
Enabled: false
|
70
|
-
Layout/EmptyLinesAroundAccessModifier:
|
71
|
-
Enabled: false
|
72
|
-
Layout/EmptyLinesAroundArguments:
|
73
|
-
Enabled: false
|
74
|
-
Layout/EmptyLinesAroundAttributeAccessor:
|
75
|
-
Enabled: false
|
76
|
-
Layout/EmptyLinesAroundBeginBody:
|
77
|
-
Enabled: false
|
78
|
-
Layout/EmptyLinesAroundBlockBody:
|
79
|
-
Enabled: false
|
80
|
-
Layout/EmptyLinesAroundClassBody:
|
81
|
-
Enabled: false
|
82
|
-
Layout/EmptyLinesAroundExceptionHandlingKeywords:
|
83
|
-
Enabled: false
|
84
|
-
Layout/EmptyLinesAroundMethodBody:
|
85
|
-
Enabled: false
|
86
|
-
Layout/EmptyLinesAroundModuleBody:
|
87
|
-
Enabled: false
|
88
|
-
Layout/EmptyLines:
|
89
|
-
Enabled: false
|
90
|
-
Layout/EndAlignment:
|
91
|
-
Enabled: false
|
92
|
-
Layout/EndOfLine:
|
93
|
-
Enabled: false
|
94
|
-
Layout/ExtraSpacing:
|
95
|
-
Enabled: false
|
96
|
-
Layout/FirstArgumentIndentation:
|
97
|
-
Enabled: false
|
98
|
-
Layout/FirstArrayElementIndentation:
|
99
|
-
Enabled: false
|
100
|
-
Layout/FirstArrayElementLineBreak:
|
101
|
-
Enabled: false
|
102
|
-
Layout/FirstHashElementIndentation:
|
103
|
-
Enabled: false
|
104
|
-
Layout/FirstHashElementLineBreak:
|
105
|
-
Enabled: false
|
106
|
-
Layout/FirstMethodArgumentLineBreak:
|
107
|
-
Enabled: false
|
108
|
-
Layout/FirstMethodParameterLineBreak:
|
109
|
-
Enabled: false
|
110
|
-
Layout/FirstParameterIndentation:
|
111
|
-
Enabled: false
|
112
|
-
Layout/HashAlignment:
|
113
|
-
Enabled: false
|
114
|
-
Layout/HeredocArgumentClosingParenthesis:
|
115
|
-
Enabled: false
|
116
|
-
Layout/HeredocIndentation:
|
117
|
-
Enabled: false
|
118
|
-
Layout/IndentationConsistency:
|
119
|
-
Enabled: false
|
120
|
-
Layout/IndentationStyle:
|
121
|
-
Enabled: false
|
122
|
-
Layout/IndentationWidth:
|
123
|
-
Enabled: false
|
124
|
-
Layout/InitialIndentation:
|
125
|
-
Enabled: false
|
126
|
-
Layout/LeadingCommentSpace:
|
127
|
-
Enabled: false
|
128
|
-
Layout/LeadingEmptyLines:
|
129
|
-
Enabled: false
|
130
|
-
Layout/LineEndStringConcatenationIndentation:
|
131
|
-
Enabled: false
|
132
|
-
Layout/LineLength:
|
133
|
-
Enabled: false
|
134
|
-
Layout/MultilineArrayBraceLayout:
|
135
|
-
Enabled: false
|
136
|
-
Layout/MultilineArrayLineBreaks:
|
137
|
-
Enabled: false
|
138
|
-
Layout/MultilineAssignmentLayout:
|
139
|
-
Enabled: false
|
140
|
-
Layout/MultilineBlockLayout:
|
141
|
-
Enabled: false
|
142
|
-
Layout/MultilineHashBraceLayout:
|
143
|
-
Enabled: false
|
144
|
-
Layout/MultilineHashKeyLineBreaks:
|
145
|
-
Enabled: false
|
146
|
-
Layout/MultilineMethodArgumentLineBreaks:
|
147
|
-
Enabled: false
|
148
|
-
Layout/MultilineMethodCallBraceLayout:
|
149
|
-
Enabled: false
|
150
|
-
Layout/MultilineMethodCallIndentation:
|
151
|
-
Enabled: false
|
152
|
-
Layout/MultilineMethodDefinitionBraceLayout:
|
153
|
-
Enabled: false
|
154
|
-
Layout/MultilineOperationIndentation:
|
155
|
-
Enabled: false
|
156
|
-
Layout/ParameterAlignment:
|
157
|
-
Enabled: false
|
158
|
-
Layout/RedundantLineBreak:
|
159
|
-
Enabled: false
|
160
|
-
Layout/RescueEnsureAlignment:
|
161
|
-
Enabled: false
|
162
|
-
Layout/SingleLineBlockChain:
|
163
|
-
Enabled: false
|
164
|
-
Layout/SpaceAfterColon:
|
165
|
-
Enabled: false
|
166
|
-
Layout/SpaceAfterComma:
|
167
|
-
Enabled: false
|
168
|
-
Layout/SpaceAfterMethodName:
|
169
|
-
Enabled: false
|
170
|
-
Layout/SpaceAfterNot:
|
171
|
-
Enabled: false
|
172
|
-
Layout/SpaceAfterSemicolon:
|
173
|
-
Enabled: false
|
174
|
-
Layout/SpaceAroundBlockParameters:
|
175
|
-
Enabled: false
|
176
|
-
Layout/SpaceAroundEqualsInParameterDefault:
|
177
|
-
Enabled: false
|
178
|
-
Layout/SpaceAroundKeyword:
|
179
|
-
Enabled: false
|
180
|
-
Layout/SpaceAroundMethodCallOperator:
|
181
|
-
Enabled: false
|
182
|
-
Layout/SpaceAroundOperators:
|
183
|
-
Enabled: false
|
184
|
-
Layout/SpaceBeforeBlockBraces:
|
185
|
-
Enabled: false
|
186
|
-
Layout/SpaceBeforeBrackets:
|
187
|
-
Enabled: false
|
188
|
-
Layout/SpaceBeforeComma:
|
189
|
-
Enabled: false
|
190
|
-
Layout/SpaceBeforeComment:
|
191
|
-
Enabled: false
|
192
|
-
Layout/SpaceBeforeFirstArg:
|
193
|
-
Enabled: false
|
194
|
-
Layout/SpaceBeforeSemicolon:
|
195
|
-
Enabled: false
|
196
|
-
Layout/SpaceInLambdaLiteral:
|
197
|
-
Enabled: false
|
198
|
-
Layout/SpaceInsideArrayPercentLiteral:
|
199
|
-
Enabled: false
|
200
|
-
Layout/SpaceInsideArrayLiteralBrackets:
|
201
|
-
Enabled: false
|
202
|
-
Layout/SpaceInsideBlockBraces:
|
203
|
-
Enabled: false
|
204
|
-
Layout/SpaceInsideHashLiteralBraces:
|
205
|
-
Enabled: false
|
206
|
-
Layout/SpaceInsideParens:
|
207
|
-
Enabled: false
|
208
|
-
Layout/SpaceInsidePercentLiteralDelimiters:
|
209
|
-
Enabled: false
|
210
|
-
Layout/SpaceInsideRangeLiteral:
|
211
|
-
Enabled: false
|
212
|
-
Layout/SpaceInsideReferenceBrackets:
|
213
|
-
Enabled: false
|
214
|
-
Layout/SpaceInsideStringInterpolation:
|
215
|
-
Enabled: false
|
216
|
-
Layout/TrailingEmptyLines:
|
217
|
-
Enabled: false
|
218
|
-
Layout/TrailingWhitespace:
|
219
|
-
Enabled: false
|
220
|
-
Lint/AmbiguousAssignment:
|
221
|
-
Enabled: false
|
222
|
-
Lint/AmbiguousBlockAssociation:
|
223
|
-
Enabled: false
|
224
|
-
Lint/AmbiguousOperator:
|
225
|
-
Enabled: false
|
226
|
-
Lint/AmbiguousOperatorPrecedence:
|
227
|
-
Enabled: false
|
228
|
-
Lint/AmbiguousRange:
|
229
|
-
Enabled: false
|
230
|
-
Lint/AmbiguousRegexpLiteral:
|
231
|
-
Enabled: false
|
232
|
-
Lint/AssignmentInCondition:
|
233
|
-
Enabled: false
|
234
|
-
Lint/BigDecimalNew:
|
235
|
-
Enabled: false
|
236
|
-
Lint/BinaryOperatorWithIdenticalOperands:
|
237
|
-
Enabled: false
|
238
|
-
Lint/BooleanSymbol:
|
239
|
-
Enabled: false
|
240
|
-
Lint/CircularArgumentReference:
|
241
|
-
Enabled: false
|
242
|
-
Lint/ConstantDefinitionInBlock:
|
243
|
-
Enabled: false
|
244
|
-
Lint/ConstantResolution:
|
245
|
-
Enabled: false
|
246
|
-
Lint/Debugger:
|
247
|
-
Enabled: false
|
248
|
-
Lint/DeprecatedClassMethods:
|
249
|
-
Enabled: false
|
250
|
-
Lint/DeprecatedConstants:
|
251
|
-
Enabled: false
|
252
|
-
Lint/DeprecatedOpenSSLConstant:
|
253
|
-
Enabled: false
|
254
|
-
Lint/DisjunctiveAssignmentInConstructor:
|
255
|
-
Enabled: false
|
256
|
-
Lint/DuplicateBranch:
|
257
|
-
Enabled: false
|
258
|
-
Lint/DuplicateCaseCondition:
|
259
|
-
Enabled: false
|
260
|
-
Lint/DuplicateElsifCondition:
|
261
|
-
Enabled: false
|
262
|
-
Lint/DuplicateHashKey:
|
263
|
-
Enabled: false
|
264
|
-
Lint/DuplicateMethods:
|
265
|
-
Enabled: false
|
266
|
-
Lint/DuplicateRegexpCharacterClassElement:
|
267
|
-
Enabled: false
|
268
|
-
Lint/DuplicateRequire:
|
269
|
-
Enabled: false
|
270
|
-
Lint/DuplicateRescueException:
|
271
|
-
Enabled: false
|
272
|
-
Lint/EachWithObjectArgument:
|
273
|
-
Enabled: false
|
274
|
-
Lint/ElseLayout:
|
275
|
-
Enabled: false
|
276
|
-
Lint/EmptyBlock:
|
277
|
-
Enabled: false
|
278
|
-
Lint/EmptyClass:
|
279
|
-
Enabled: false
|
280
|
-
Lint/EmptyConditionalBody:
|
281
|
-
Enabled: false
|
282
|
-
Lint/EmptyEnsure:
|
283
|
-
Enabled: false
|
284
|
-
Lint/EmptyExpression:
|
285
|
-
Enabled: false
|
286
|
-
Lint/EmptyFile:
|
287
|
-
Enabled: false
|
288
|
-
Lint/EmptyInPattern:
|
289
|
-
Enabled: false
|
290
|
-
Lint/EmptyInterpolation:
|
291
|
-
Enabled: false
|
292
|
-
Lint/EmptyWhen:
|
293
|
-
Enabled: false
|
294
|
-
Lint/EnsureReturn:
|
295
|
-
Enabled: false
|
296
|
-
Lint/ErbNewArguments:
|
297
|
-
Enabled: false
|
298
|
-
Lint/FlipFlop:
|
299
|
-
Enabled: false
|
300
|
-
Lint/FloatComparison:
|
301
|
-
Enabled: false
|
302
|
-
Lint/FloatOutOfRange:
|
303
|
-
Enabled: false
|
304
|
-
Lint/FormatParameterMismatch:
|
305
|
-
Enabled: false
|
306
|
-
Lint/HashCompareByIdentity:
|
307
|
-
Enabled: false
|
308
|
-
Lint/HeredocMethodCallPosition:
|
309
|
-
Enabled: false
|
310
|
-
Lint/IdentityComparison:
|
311
|
-
Enabled: false
|
312
|
-
Lint/ImplicitStringConcatenation:
|
313
|
-
Enabled: false
|
314
|
-
Lint/IncompatibleIoSelectWithFiberScheduler:
|
315
|
-
Enabled: false
|
316
|
-
Lint/IneffectiveAccessModifier:
|
317
|
-
Enabled: false
|
318
|
-
Lint/InheritException:
|
319
|
-
Enabled: false
|
320
|
-
Lint/InterpolationCheck:
|
321
|
-
Enabled: false
|
322
|
-
Lint/LambdaWithoutLiteralBlock:
|
323
|
-
Enabled: false
|
324
|
-
Lint/LiteralAsCondition:
|
325
|
-
Enabled: false
|
326
|
-
Lint/LiteralInInterpolation:
|
327
|
-
Enabled: false
|
328
|
-
Lint/Loop:
|
329
|
-
Enabled: false
|
330
|
-
Lint/MissingCopEnableDirective:
|
331
|
-
Enabled: false
|
332
|
-
Lint/MissingSuper:
|
333
|
-
Enabled: false
|
334
|
-
Lint/MixedRegexpCaptureTypes:
|
335
|
-
Enabled: false
|
336
|
-
Lint/MultipleComparison:
|
337
|
-
Enabled: false
|
338
|
-
Lint/NestedMethodDefinition:
|
339
|
-
Enabled: false
|
340
|
-
Lint/NestedPercentLiteral:
|
341
|
-
Enabled: false
|
342
|
-
Lint/NextWithoutAccumulator:
|
343
|
-
Enabled: false
|
344
|
-
Lint/NoReturnInBeginEndBlocks:
|
345
|
-
Enabled: false
|
346
|
-
Lint/NonDeterministicRequireOrder:
|
347
|
-
Enabled: false
|
348
|
-
Lint/NonLocalExitFromIterator:
|
349
|
-
Enabled: false
|
350
|
-
Lint/NumberConversion:
|
351
|
-
Enabled: false
|
352
|
-
Lint/NumberedParameterAssignment:
|
353
|
-
Enabled: false
|
354
|
-
Lint/OrAssignmentToConstant:
|
355
|
-
Enabled: false
|
356
|
-
Lint/OrderedMagicComments:
|
357
|
-
Enabled: false
|
358
|
-
Lint/OutOfRangeRegexpRef:
|
359
|
-
Enabled: false
|
360
|
-
Lint/ParenthesesAsGroupedExpression:
|
361
|
-
Enabled: false
|
362
|
-
Lint/PercentStringArray:
|
363
|
-
Enabled: false
|
364
|
-
Lint/PercentSymbolArray:
|
365
|
-
Enabled: false
|
366
|
-
Lint/RaiseException:
|
367
|
-
Enabled: false
|
368
|
-
Lint/RandOne:
|
369
|
-
Enabled: false
|
370
|
-
Lint/RedundantCopDisableDirective:
|
371
|
-
Enabled: false
|
372
|
-
Lint/RedundantCopEnableDirective:
|
373
|
-
Enabled: false
|
374
|
-
Lint/RedundantDirGlobSort:
|
375
|
-
Enabled: false
|
376
|
-
Lint/RedundantRequireStatement:
|
377
|
-
Enabled: false
|
378
|
-
Lint/RedundantSafeNavigation:
|
379
|
-
Enabled: false
|
380
|
-
Lint/RedundantSplatExpansion:
|
381
|
-
Enabled: false
|
382
|
-
Lint/RedundantStringCoercion:
|
383
|
-
Enabled: false
|
384
|
-
Lint/RedundantWithIndex:
|
385
|
-
Enabled: false
|
386
|
-
Lint/RedundantWithObject:
|
387
|
-
Enabled: false
|
388
|
-
Lint/RegexpAsCondition:
|
389
|
-
Enabled: false
|
390
|
-
Lint/RequireParentheses:
|
391
|
-
Enabled: false
|
392
|
-
Lint/RequireRelativeSelfPath:
|
393
|
-
Enabled: false
|
394
|
-
Lint/RescueException:
|
395
|
-
Enabled: false
|
396
|
-
Lint/RescueType:
|
397
|
-
Enabled: false
|
398
|
-
Lint/ReturnInVoidContext:
|
399
|
-
Enabled: false
|
400
|
-
Lint/SafeNavigationConsistency:
|
401
|
-
Enabled: false
|
402
|
-
Lint/SafeNavigationChain:
|
403
|
-
Enabled: false
|
404
|
-
Lint/SafeNavigationWithEmpty:
|
405
|
-
Enabled: false
|
406
|
-
Lint/ScriptPermission:
|
407
|
-
Enabled: false
|
408
|
-
Lint/SelfAssignment:
|
409
|
-
Enabled: false
|
410
|
-
Lint/SendWithMixinArgument:
|
411
|
-
Enabled: false
|
412
|
-
Lint/ShadowedArgument:
|
413
|
-
Enabled: false
|
414
|
-
Lint/ShadowedException:
|
415
|
-
Enabled: false
|
416
|
-
Lint/ShadowingOuterLocalVariable:
|
417
|
-
Enabled: false
|
418
|
-
Lint/StructNewOverride:
|
419
|
-
Enabled: false
|
420
|
-
Lint/SuppressedException:
|
421
|
-
Enabled: false
|
422
|
-
Lint/SymbolConversion:
|
423
|
-
Enabled: false
|
424
|
-
Lint/Syntax:
|
425
|
-
Enabled: false
|
426
|
-
Lint/ToEnumArguments:
|
427
|
-
Enabled: false
|
428
|
-
Lint/ToJSON:
|
429
|
-
Enabled: false
|
430
|
-
Lint/TopLevelReturnWithArgument:
|
431
|
-
Enabled: false
|
432
|
-
Lint/TrailingCommaInAttributeDeclaration:
|
433
|
-
Enabled: false
|
434
|
-
Lint/TripleQuotes:
|
435
|
-
Enabled: false
|
436
|
-
Lint/UnderscorePrefixedVariableName:
|
437
|
-
Enabled: false
|
438
|
-
Lint/UnexpectedBlockArity:
|
439
|
-
Enabled: false
|
440
|
-
Lint/UnifiedInteger:
|
441
|
-
Enabled: false
|
442
|
-
Lint/UnmodifiedReduceAccumulator:
|
443
|
-
Enabled: false
|
444
|
-
Lint/UnreachableCode:
|
445
|
-
Enabled: false
|
446
|
-
Lint/UnreachableLoop:
|
447
|
-
Enabled: false
|
448
|
-
Lint/UnusedBlockArgument:
|
449
|
-
Enabled: false
|
450
|
-
Lint/UnusedMethodArgument:
|
451
|
-
Enabled: false
|
452
|
-
Lint/UriEscapeUnescape:
|
453
|
-
Enabled: false
|
454
|
-
Lint/UriRegexp:
|
455
|
-
Enabled: false
|
456
|
-
Lint/UselessAccessModifier:
|
457
|
-
Enabled: false
|
458
|
-
Lint/UselessAssignment:
|
459
|
-
Enabled: false
|
460
|
-
Lint/UselessElseWithoutRescue:
|
461
|
-
Enabled: false
|
462
|
-
Lint/UselessMethodDefinition:
|
463
|
-
Enabled: false
|
464
|
-
Lint/UselessRuby2Keywords:
|
465
|
-
Enabled: false
|
466
|
-
Lint/UselessSetterCall:
|
467
|
-
Enabled: false
|
468
|
-
Lint/UselessTimes:
|
469
|
-
Enabled: false
|
470
|
-
Lint/Void:
|
471
|
-
Enabled: false
|
472
|
-
Metrics/CyclomaticComplexity:
|
473
|
-
Enabled: false
|
474
|
-
Metrics/AbcSize:
|
475
|
-
Enabled: false
|
476
|
-
Metrics/BlockLength:
|
477
|
-
Enabled: false
|
478
|
-
Metrics/BlockNesting:
|
479
|
-
Enabled: false
|
480
|
-
Metrics/ClassLength:
|
481
|
-
Enabled: false
|
482
|
-
Metrics/MethodLength:
|
483
|
-
Enabled: false
|
484
|
-
Metrics/ModuleLength:
|
485
|
-
Enabled: false
|
486
|
-
Metrics/ParameterLists:
|
487
|
-
Enabled: false
|
488
|
-
Metrics/PerceivedComplexity:
|
489
|
-
Enabled: false
|
490
|
-
Naming/AccessorMethodName:
|
491
|
-
Enabled: false
|
492
|
-
Naming/AsciiIdentifiers:
|
493
|
-
Enabled: false
|
494
|
-
Naming/BlockForwarding:
|
495
|
-
Enabled: false
|
496
|
-
Naming/BlockParameterName:
|
497
|
-
Enabled: false
|
498
|
-
Naming/ClassAndModuleCamelCase:
|
499
|
-
Enabled: false
|
500
|
-
Naming/ConstantName:
|
501
|
-
Enabled: false
|
502
|
-
Naming/FileName:
|
503
|
-
Enabled: false
|
504
|
-
Naming/HeredocDelimiterCase:
|
505
|
-
Enabled: false
|
506
|
-
Naming/HeredocDelimiterNaming:
|
507
|
-
Enabled: false
|
508
|
-
Naming/InclusiveLanguage:
|
509
|
-
Enabled: false
|
510
|
-
Naming/MemoizedInstanceVariableName:
|
511
|
-
Enabled: false
|
512
|
-
Naming/MethodName:
|
513
|
-
Enabled: false
|
514
|
-
Naming/MethodParameterName:
|
515
|
-
Enabled: false
|
516
|
-
Naming/BinaryOperatorParameterName:
|
517
|
-
Enabled: false
|
518
|
-
Naming/PredicateName:
|
519
|
-
Enabled: false
|
520
|
-
Naming/RescuedExceptionsVariableName:
|
521
|
-
Enabled: false
|
522
|
-
Naming/VariableName:
|
523
|
-
Enabled: false
|
524
|
-
Naming/VariableNumber:
|
525
|
-
Enabled: false
|
526
|
-
Style/AccessModifierDeclarations:
|
527
|
-
Enabled: false
|
528
|
-
Style/AccessorGrouping:
|
529
|
-
Enabled: false
|
530
|
-
Style/Alias:
|
531
|
-
Enabled: false
|
532
|
-
Style/AndOr:
|
533
|
-
Enabled: false
|
534
|
-
Style/ArgumentsForwarding:
|
535
|
-
Enabled: false
|
536
|
-
Style/ArrayCoercion:
|
537
|
-
Enabled: false
|
538
|
-
Style/ArrayJoin:
|
539
|
-
Enabled: false
|
540
|
-
Style/AsciiComments:
|
541
|
-
Enabled: false
|
542
|
-
Style/Attr:
|
543
|
-
Enabled: false
|
544
|
-
Style/AutoResourceCleanup:
|
545
|
-
Enabled: false
|
546
|
-
Style/BarePercentLiterals:
|
547
|
-
Enabled: false
|
548
|
-
Style/BeginBlock:
|
549
|
-
Enabled: false
|
550
|
-
Style/BisectedAttrAccessor:
|
551
|
-
Enabled: false
|
552
|
-
Style/BlockComments:
|
553
|
-
Enabled: false
|
554
|
-
Style/BlockDelimiters:
|
555
|
-
Enabled: false
|
556
|
-
Style/CaseEquality:
|
557
|
-
Enabled: false
|
558
|
-
Style/CaseLikeIf:
|
559
|
-
Enabled: false
|
560
|
-
Style/CharacterLiteral:
|
561
|
-
Enabled: false
|
562
|
-
Style/ClassAndModuleChildren:
|
563
|
-
Enabled: false
|
564
|
-
Style/ClassCheck:
|
565
|
-
Enabled: false
|
566
|
-
Style/ClassEqualityComparison:
|
567
|
-
Enabled: false
|
568
|
-
Style/ClassMethods:
|
569
|
-
Enabled: false
|
570
|
-
Style/ClassMethodsDefinitions:
|
571
|
-
Enabled: false
|
572
|
-
Style/ClassVars:
|
573
|
-
Enabled: false
|
574
|
-
Style/CollectionCompact:
|
575
|
-
Enabled: false
|
576
|
-
Style/CollectionMethods:
|
577
|
-
Enabled: false
|
578
|
-
Style/ColonMethodCall:
|
579
|
-
Enabled: false
|
580
|
-
Style/ColonMethodDefinition:
|
581
|
-
Enabled: false
|
582
|
-
Style/CombinableLoops:
|
583
|
-
Enabled: false
|
584
|
-
Style/CommandLiteral:
|
585
|
-
Enabled: false
|
586
|
-
Style/CommentAnnotation:
|
587
|
-
Enabled: false
|
588
|
-
Style/CommentedKeyword:
|
589
|
-
Enabled: false
|
590
|
-
Style/ConditionalAssignment:
|
591
|
-
Enabled: false
|
592
|
-
Style/ConstantVisibility:
|
593
|
-
Enabled: false
|
594
|
-
Style/Copyright:
|
595
|
-
Enabled: false
|
596
|
-
Style/DateTime:
|
597
|
-
Enabled: false
|
598
|
-
Style/DefWithParentheses:
|
599
|
-
Enabled: false
|
600
|
-
Style/Dir:
|
601
|
-
Enabled: false
|
602
|
-
Style/DisableCopsWithinSourceCodeDirective:
|
603
|
-
Enabled: false
|
604
|
-
Style/DocumentationMethod:
|
605
|
-
Enabled: false
|
606
|
-
Style/Documentation:
|
607
|
-
Enabled: false
|
608
|
-
Style/DocumentDynamicEvalDefinition:
|
609
|
-
Enabled: false
|
610
|
-
Style/DoubleCopDisableDirective:
|
611
|
-
Enabled: false
|
612
|
-
Style/DoubleNegation:
|
613
|
-
Enabled: false
|
614
|
-
Style/EachForSimpleLoop:
|
615
|
-
Enabled: false
|
616
|
-
Style/EachWithObject:
|
617
|
-
Enabled: false
|
618
|
-
Style/EmptyBlockParameter:
|
619
|
-
Enabled: false
|
620
|
-
Style/EmptyCaseCondition:
|
621
|
-
Enabled: false
|
622
|
-
Style/EmptyElse:
|
623
|
-
Enabled: false
|
624
|
-
Style/EmptyLambdaParameter:
|
625
|
-
Enabled: false
|
626
|
-
Style/EmptyLiteral:
|
627
|
-
Enabled: false
|
628
|
-
Style/EmptyMethod:
|
629
|
-
Enabled: false
|
630
|
-
Style/EndlessMethod:
|
631
|
-
Enabled: false
|
632
|
-
Style/Encoding:
|
633
|
-
Enabled: false
|
634
|
-
Style/EndBlock:
|
635
|
-
Enabled: false
|
636
|
-
Style/EvalWithLocation:
|
637
|
-
Enabled: false
|
638
|
-
Style/EvenOdd:
|
639
|
-
Enabled: false
|
640
|
-
Style/ExpandPathArguments:
|
641
|
-
Enabled: false
|
642
|
-
Style/ExplicitBlockArgument:
|
643
|
-
Enabled: false
|
644
|
-
Style/ExponentialNotation:
|
645
|
-
Enabled: false
|
646
|
-
Style/FileRead:
|
647
|
-
Enabled: false
|
648
|
-
Style/FileWrite:
|
649
|
-
Enabled: false
|
650
|
-
Style/FloatDivision:
|
651
|
-
Enabled: false
|
652
|
-
Style/For:
|
653
|
-
Enabled: false
|
654
|
-
Style/FormatString:
|
655
|
-
Enabled: false
|
656
|
-
Style/FormatStringToken:
|
657
|
-
Enabled: false
|
658
|
-
Style/FrozenStringLiteralComment:
|
659
|
-
Enabled: false
|
660
|
-
Style/GlobalStdStream:
|
661
|
-
Enabled: false
|
662
|
-
Style/GlobalVars:
|
663
|
-
Enabled: false
|
664
|
-
Style/GuardClause:
|
665
|
-
Enabled: false
|
666
|
-
Style/HashAsLastArrayItem:
|
667
|
-
Enabled: false
|
668
|
-
Style/HashConversion:
|
669
|
-
Enabled: false
|
670
|
-
Style/HashEachMethods:
|
671
|
-
Enabled: false
|
672
|
-
Style/HashExcept:
|
673
|
-
Enabled: false
|
674
|
-
Style/HashLikeCase:
|
675
|
-
Enabled: false
|
676
|
-
Style/HashSyntax:
|
677
|
-
Enabled: false
|
678
|
-
Style/HashTransformKeys:
|
679
|
-
Enabled: false
|
680
|
-
Style/HashTransformValues:
|
681
|
-
Enabled: false
|
682
|
-
Style/IdenticalConditionalBranches:
|
683
|
-
Enabled: false
|
684
|
-
Style/IfInsideElse:
|
685
|
-
Enabled: false
|
686
|
-
Style/IfUnlessModifier:
|
687
|
-
Enabled: false
|
688
|
-
Style/IfUnlessModifierOfIfUnless:
|
689
|
-
Enabled: false
|
690
|
-
Style/IfWithBooleanLiteralBranches:
|
691
|
-
Enabled: false
|
692
|
-
Style/IfWithSemicolon:
|
693
|
-
Enabled: false
|
694
|
-
Style/ImplicitRuntimeError:
|
695
|
-
Enabled: false
|
696
|
-
Style/InPatternThen:
|
697
|
-
Enabled: false
|
698
|
-
Style/InfiniteLoop:
|
699
|
-
Enabled: false
|
700
|
-
Style/InverseMethods:
|
701
|
-
Enabled: false
|
702
|
-
Style/InlineComment:
|
703
|
-
Enabled: false
|
704
|
-
Style/IpAddresses:
|
705
|
-
Enabled: false
|
706
|
-
Style/KeywordParametersOrder:
|
707
|
-
Enabled: false
|
708
|
-
Style/Lambda:
|
709
|
-
Enabled: false
|
710
|
-
Style/LambdaCall:
|
711
|
-
Enabled: false
|
712
|
-
Style/LineEndConcatenation:
|
713
|
-
Enabled: false
|
714
|
-
Style/MapToHash:
|
715
|
-
Enabled: false
|
716
|
-
Style/MethodCallWithoutArgsParentheses:
|
717
|
-
Enabled: false
|
718
|
-
Style/MethodCallWithArgsParentheses:
|
719
|
-
Enabled: false
|
720
|
-
Style/MultilineInPatternThen:
|
721
|
-
Enabled: false
|
722
|
-
Style/NumberedParameters:
|
723
|
-
Enabled: false
|
724
|
-
Style/OpenStructUse:
|
725
|
-
Enabled: false
|
726
|
-
Style/RedundantAssignment:
|
727
|
-
Enabled: false
|
728
|
-
Style/RedundantFetchBlock:
|
729
|
-
Enabled: false
|
730
|
-
Style/RedundantFileExtensionInRequire:
|
731
|
-
Enabled: false
|
732
|
-
Style/RedundantSelfAssignment:
|
733
|
-
Enabled: false
|
734
|
-
Style/RedundantSelfAssignmentBranch:
|
735
|
-
Enabled: false
|
736
|
-
Style/SoleNestedConditional:
|
737
|
-
Enabled: false
|
738
|
-
Style/StaticClass:
|
739
|
-
Enabled: false
|
740
|
-
Style/MethodCalledOnDoEndBlock:
|
741
|
-
Enabled: false
|
742
|
-
Style/MethodDefParentheses:
|
743
|
-
Enabled: false
|
744
|
-
Style/MinMax:
|
745
|
-
Enabled: false
|
746
|
-
Style/MissingElse:
|
747
|
-
Enabled: false
|
748
|
-
Style/MissingRespondToMissing:
|
749
|
-
Enabled: false
|
750
|
-
Style/MixinGrouping:
|
751
|
-
Enabled: false
|
752
|
-
Style/MixinUsage:
|
753
|
-
Enabled: false
|
754
|
-
Style/ModuleFunction:
|
755
|
-
Enabled: false
|
756
|
-
Style/MultilineBlockChain:
|
757
|
-
Enabled: false
|
758
|
-
Style/MultilineIfThen:
|
759
|
-
Enabled: false
|
760
|
-
Style/MultilineIfModifier:
|
761
|
-
Enabled: false
|
762
|
-
Style/MultilineMethodSignature:
|
763
|
-
Enabled: false
|
764
|
-
Style/MultilineMemoization:
|
765
|
-
Enabled: false
|
766
|
-
Style/MultilineTernaryOperator:
|
767
|
-
Enabled: false
|
768
|
-
Style/MultilineWhenThen:
|
769
|
-
Enabled: false
|
770
|
-
Style/MultipleComparison:
|
771
|
-
Enabled: false
|
772
|
-
Style/MutableConstant:
|
773
|
-
Enabled: false
|
774
|
-
Style/NegatedIf:
|
775
|
-
Enabled: false
|
776
|
-
Style/NegatedIfElseCondition:
|
777
|
-
Enabled: false
|
778
|
-
Style/NegatedUnless:
|
779
|
-
Enabled: false
|
780
|
-
Style/NegatedWhile:
|
781
|
-
Enabled: false
|
782
|
-
Style/NestedModifier:
|
783
|
-
Enabled: false
|
784
|
-
Style/NestedParenthesizedCalls:
|
785
|
-
Enabled: false
|
786
|
-
Style/NestedTernaryOperator:
|
787
|
-
Enabled: false
|
788
|
-
Style/Next:
|
789
|
-
Enabled: false
|
790
|
-
Style/NilComparison:
|
791
|
-
Enabled: false
|
792
|
-
Style/NilLambda:
|
793
|
-
Enabled: false
|
794
|
-
Style/NonNilCheck:
|
795
|
-
Enabled: false
|
796
|
-
Style/Not:
|
797
|
-
Enabled: false
|
798
|
-
Style/NumberedParametersLimit:
|
799
|
-
Enabled: false
|
800
|
-
Style/NumericLiterals:
|
801
|
-
Enabled: false
|
802
|
-
Style/NumericLiteralPrefix:
|
803
|
-
Enabled: false
|
804
|
-
Style/NumericPredicate:
|
805
|
-
Enabled: false
|
806
|
-
Style/OneLineConditional:
|
807
|
-
Enabled: false
|
808
|
-
Style/OrAssignment:
|
809
|
-
Enabled: false
|
810
|
-
Style/OptionHash:
|
811
|
-
Enabled: false
|
812
|
-
Style/OptionalArguments:
|
813
|
-
Enabled: false
|
814
|
-
Style/OptionalBooleanParameter:
|
815
|
-
Enabled: false
|
816
|
-
Style/ParallelAssignment:
|
817
|
-
Enabled: false
|
818
|
-
Style/ParenthesesAroundCondition:
|
819
|
-
Enabled: false
|
820
|
-
Style/PercentLiteralDelimiters:
|
821
|
-
Enabled: false
|
822
|
-
Style/PercentQLiterals:
|
823
|
-
Enabled: false
|
824
|
-
Style/PerlBackrefs:
|
825
|
-
Enabled: false
|
826
|
-
Style/PreferredHashMethods:
|
827
|
-
Enabled: false
|
828
|
-
Style/Proc:
|
829
|
-
Enabled: false
|
830
|
-
Style/QuotedSymbols:
|
831
|
-
Enabled: false
|
832
|
-
Style/RaiseArgs:
|
833
|
-
Enabled: false
|
834
|
-
Style/RandomWithOffset:
|
835
|
-
Enabled: false
|
836
|
-
Style/RedundantArgument:
|
837
|
-
Enabled: false
|
838
|
-
Style/RedundantBegin:
|
839
|
-
Enabled: false
|
840
|
-
Style/RedundantCapitalW:
|
841
|
-
Enabled: false
|
842
|
-
Style/RedundantCondition:
|
843
|
-
Enabled: false
|
844
|
-
Style/RedundantConditional:
|
845
|
-
Enabled: false
|
846
|
-
Style/RedundantException:
|
847
|
-
Enabled: false
|
848
|
-
Style/RedundantFreeze:
|
849
|
-
Enabled: false
|
850
|
-
Style/RedundantInterpolation:
|
851
|
-
Enabled: false
|
852
|
-
Style/RedundantParentheses:
|
853
|
-
Enabled: false
|
854
|
-
Style/RedundantPercentQ:
|
855
|
-
Enabled: false
|
856
|
-
Style/RedundantRegexpCharacterClass:
|
857
|
-
Enabled: false
|
858
|
-
Style/RedundantRegexpEscape:
|
859
|
-
Enabled: false
|
860
|
-
Style/RedundantReturn:
|
861
|
-
Enabled: false
|
862
|
-
Style/RedundantSelf:
|
863
|
-
Enabled: false
|
864
|
-
Style/RedundantSort:
|
865
|
-
Enabled: false
|
866
|
-
Style/RedundantSortBy:
|
867
|
-
Enabled: false
|
868
|
-
Style/RegexpLiteral:
|
869
|
-
Enabled: false
|
870
|
-
Style/RescueModifier:
|
871
|
-
Enabled: false
|
872
|
-
Style/RescueStandardError:
|
873
|
-
Enabled: false
|
874
|
-
Style/ReturnNil:
|
875
|
-
Enabled: false
|
876
|
-
Style/SafeNavigation:
|
877
|
-
Enabled: false
|
878
|
-
Style/Sample:
|
879
|
-
Enabled: false
|
880
|
-
Style/SelectByRegexp:
|
881
|
-
Enabled: false
|
882
|
-
Style/SelfAssignment:
|
883
|
-
Enabled: false
|
884
|
-
Style/Semicolon:
|
885
|
-
Enabled: false
|
886
|
-
Style/Send:
|
887
|
-
Enabled: false
|
888
|
-
Style/SignalException:
|
889
|
-
Enabled: false
|
890
|
-
Style/SingleArgumentDig:
|
891
|
-
Enabled: false
|
892
|
-
Style/SingleLineBlockParams:
|
893
|
-
Enabled: false
|
894
|
-
Style/SingleLineMethods:
|
895
|
-
Enabled: false
|
896
|
-
Style/SlicingWithRange:
|
897
|
-
Enabled: false
|
898
|
-
Style/SpecialGlobalVars:
|
899
|
-
Enabled: false
|
900
|
-
Style/StabbyLambdaParentheses:
|
901
|
-
Enabled: false
|
902
|
-
Style/StderrPuts:
|
903
|
-
Enabled: false
|
904
|
-
Style/StringChars:
|
905
|
-
Enabled: false
|
906
|
-
Style/StringConcatenation:
|
907
|
-
Enabled: false
|
908
|
-
Style/StringHashKeys:
|
909
|
-
Enabled: false
|
910
|
-
Style/StringLiterals:
|
911
|
-
Enabled: false
|
912
|
-
Style/StringLiteralsInInterpolation:
|
913
|
-
Enabled: false
|
914
|
-
Style/StringMethods:
|
915
|
-
Enabled: false
|
916
|
-
Style/Strip:
|
917
|
-
Enabled: false
|
918
|
-
Style/StructInheritance:
|
919
|
-
Enabled: false
|
920
|
-
Style/SwapValues:
|
921
|
-
Enabled: false
|
922
|
-
Style/SymbolArray:
|
923
|
-
Enabled: false
|
924
|
-
Style/SymbolLiteral:
|
925
|
-
Enabled: false
|
926
|
-
Style/SymbolProc:
|
927
|
-
Enabled: false
|
928
|
-
Style/TernaryParentheses:
|
929
|
-
Enabled: false
|
930
|
-
Style/TopLevelMethodDefinition:
|
931
|
-
Enabled: false
|
932
|
-
Style/TrailingBodyOnClass:
|
933
|
-
Enabled: false
|
934
|
-
Style/TrailingBodyOnMethodDefinition:
|
935
|
-
Enabled: false
|
936
|
-
Style/TrailingBodyOnModule:
|
937
|
-
Enabled: false
|
938
|
-
Style/TrailingCommaInArguments:
|
939
|
-
Enabled: false
|
940
|
-
Style/TrailingCommaInArrayLiteral:
|
941
|
-
Enabled: false
|
942
|
-
Style/TrailingCommaInBlockArgs:
|
943
|
-
Enabled: false
|
944
|
-
Style/TrailingCommaInHashLiteral:
|
945
|
-
Enabled: false
|
946
|
-
Style/TrailingMethodEndStatement:
|
947
|
-
Enabled: false
|
948
|
-
Style/TrailingUnderscoreVariable:
|
949
|
-
Enabled: false
|
950
|
-
Style/TrivialAccessors:
|
951
|
-
Enabled: false
|
952
|
-
Style/UnlessElse:
|
953
|
-
Enabled: false
|
954
|
-
Style/UnlessLogicalOperators:
|
955
|
-
Enabled: false
|
956
|
-
Style/UnpackFirst:
|
957
|
-
Enabled: false
|
958
|
-
Style/VariableInterpolation:
|
959
|
-
Enabled: false
|
960
|
-
Style/WhenThen:
|
961
|
-
Enabled: false
|
962
|
-
Style/WhileUntilDo:
|
963
|
-
Enabled: false
|
964
|
-
Style/WhileUntilModifier:
|
965
|
-
Enabled: false
|
966
|
-
Style/WordArray:
|
967
|
-
Enabled: false
|
968
|
-
Style/YodaCondition:
|
969
|
-
Enabled: false
|
970
|
-
Style/ZeroLengthPredicate:
|
971
|
-
Enabled: false
|
972
|
-
Security/Eval:
|
973
|
-
Enabled: false
|
974
|
-
Security/IoMethods:
|
975
|
-
Enabled: false
|
976
|
-
Security/JSONLoad:
|
977
|
-
Enabled: false
|
978
|
-
Security/MarshalLoad:
|
979
|
-
Enabled: false
|
980
|
-
Security/Open:
|
981
|
-
Enabled: false
|
982
|
-
Security/YAMLLoad:
|
983
|
-
Enabled: false
|
984
|
-
InSpec/Deprecations/AttributeDefault:
|
985
|
-
Enabled: false
|
986
|
-
InSpec/Deprecations/AttributeHelper:
|
987
|
-
Enabled: false
|