# This configuration was generated by # `rubocop --auto-gen-config` # on 2021-12-13 20:26:23 UTC using RuboCop version 1.23.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 # Cop supports --auto-correct. # Configuration parameters: Include. # Include: **/*.gemspec Gemspec/RequireMFA: Exclude: - 'crowdin-api.gemspec' # Offense count: 1 # Configuration parameters: Include. # Include: **/*.gemspec Gemspec/RequiredRubyVersion: Exclude: - 'crowdin-api.gemspec' # Offense count: 2 # Cop supports --auto-correct. # Configuration parameters: AllowForAlignment, AllowBeforeTrailingComments, ForceEqualSignAlignment. Layout/ExtraSpacing: Exclude: - 'bin/crowdin-console' # Offense count: 1 # Cop supports --auto-correct. # Configuration parameters: AllowForAlignment, EnforcedStyleForExponentOperator. # SupportedStylesForExponentOperator: space, no_space Layout/SpaceAroundOperators: Exclude: - 'crowdin-api.gemspec' # Offense count: 2 # Configuration parameters: IgnoredMethods, CountRepeatedAttributes. Metrics/AbcSize: Max: 23 # Offense count: 1 # Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods. # IgnoredMethods: refine Metrics/BlockLength: Max: 54 # Offense count: 4 # Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods. Metrics/MethodLength: Max: 18 # Offense count: 2 # Configuration parameters: CountComments, CountAsOne. Metrics/ModuleLength: Max: 205 # Offense count: 1 # Configuration parameters: CountKeywordArgs, MaxOptionalParameters. Metrics/ParameterLists: Max: 6 # Offense count: 1 Naming/AccessorMethodName: Exclude: - 'lib/crowdin-api/core/request.rb' # Offense count: 3 # Configuration parameters: ExpectMatchingDefinition, CheckDefinitionPathHierarchy, CheckDefinitionPathHierarchyRoots, Regex, IgnoreExecutableScripts, AllowedAcronyms. # CheckDefinitionPathHierarchyRoots: lib, spec, test, src # AllowedAcronyms: CLI, DSL, ACL, API, ASCII, CPU, CSS, DNS, EOF, GUID, HTML, HTTP, HTTPS, ID, IP, JSON, LHS, QPS, RAM, RHS, RPC, SLA, SMTP, SQL, SSH, TCP, TLS, TTL, UDP, UI, UID, UUID, URI, URL, UTF8, VM, XML, XMPP, XSRF, XSS Naming/FileName: Exclude: - 'lib/crowdin-api.rb' - 'spec/core/config-instance_spec.rb' - 'spec/crowdin-api_spec.rb' # Offense count: 3 # Configuration parameters: EnforcedStyleForLeadingUnderscores. # SupportedStylesForLeadingUnderscores: disallowed, required, optional Naming/MemoizedInstanceVariableName: Exclude: - 'lib/crowdin-api/client/client.rb' # Offense count: 3 # Cop supports --auto-correct. # Configuration parameters: PreferredName. Naming/RescuedExceptionsVariableName: Exclude: - 'lib/crowdin-api/core/request.rb' # Offense count: 7 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle. # SupportedStyles: separated, grouped Style/AccessorGrouping: Exclude: - 'lib/crowdin-api/client/client.rb' - 'lib/crowdin-api/client/configuration.rb' # Offense count: 2 # Cop supports --auto-correct. Style/CollectionCompact: Exclude: - 'lib/crowdin-api/core/request.rb' # Offense count: 12 # Configuration parameters: AllowedConstants. Style/Documentation: Exclude: - 'spec/**/*' - 'test/**/*' - 'lib/crowdin-api/api-resources/languages.rb' - 'lib/crowdin-api/api-resources/projects.rb' - 'lib/crowdin-api/api-resources/source_files.rb' - 'lib/crowdin-api/api-resources/source_strings.rb' - 'lib/crowdin-api/api-resources/storages.rb' - 'lib/crowdin-api/api-resources/translation_status.rb' - 'lib/crowdin-api/api-resources/translations.rb' - 'lib/crowdin-api/api-resources/workflows.rb' - 'lib/crowdin-api/client/client.rb' - 'lib/crowdin-api/client/configuration.rb' - 'lib/crowdin-api/core/api_errors_raiser.rb' - 'lib/crowdin-api/core/request.rb' # Offense count: 1 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle. # SupportedStyles: always, always_true, never Style/FrozenStringLiteralComment: Exclude: - 'bin/crowdin-console' # Offense count: 1 Style/MixinUsage: Exclude: - 'bin/crowdin-console'