--- # This configuration was generated by # `rubocop --auto-gen-config` # on 2020-05-12 17:34:19 +0100 using RuboCop version 0.83.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: 3 # Configuration parameters: IgnoredMethods. Metrics/AbcSize: Max: 50 Metrics/BlockLength: Enabled: false Metrics/ClassLength: Enabled: false Metrics/MethodLength: Max: 30 # Offense count: 1 # Configuration parameters: IgnoredPatterns. # SupportedStyles: snake_case, camelCase Naming/MethodName: EnforcedStyle: snake_case # Offense count: 3 # Cop supports --auto-correct. # Configuration parameters: AutoCorrect, EnforcedStyle. # SupportedStyles: nested, compact Style/ClassAndModuleChildren: Exclude: - 'lib/fluent/plugin/in_gcloud_pubsub.rb' - 'lib/fluent/plugin/out_gcloud_pubsub.rb' - 'test/test_helper.rb' # Offense count: 6 Style/Documentation: Exclude: - 'spec/**/*' - 'test/**/*' - 'lib/fluent/plugin/gcloud_pubsub/client.rb' - 'lib/fluent/plugin/in_gcloud_pubsub.rb' - 'lib/fluent/plugin/out_gcloud_pubsub.rb' # Offense count: 1 # Configuration parameters: AllowedVariables. Style/GlobalVars: Exclude: - 'test/test_helper.rb' # Offense count: 1 # Configuration parameters: MinBodyLength. Style/GuardClause: Exclude: - 'lib/fluent/plugin/gcloud_pubsub/client.rb' # Offense count: 2 # Cop supports --auto-correct. Style/IfUnlessModifier: Exclude: - 'lib/fluent/plugin/gcloud_pubsub/client.rb' # Offense count: 1 Style/MethodMissingSuper: Exclude: - 'test/test_helper.rb' # Offense count: 1 Style/MissingRespondToMissing: Exclude: - 'test/test_helper.rb' # Offense count: 260 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, ConsistentQuotesInMultiline. # SupportedStyles: single_quotes, double_quotes Style/StringLiterals: Exclude: - 'Gemfile' - 'Rakefile' - 'fluent-plugin-gcloud-pubsub-custom.gemspec' - 'lib/fluent/plugin/gcloud_pubsub/client.rb' - 'lib/fluent/plugin/in_gcloud_pubsub.rb' - 'lib/fluent/plugin/out_gcloud_pubsub.rb' - 'test/plugin/test_in_gcloud_pubsub.rb' - 'test/plugin/test_out_gcloud_pubsub.rb' - 'test/test_helper.rb' # Offense count: 36 # Cop supports --auto-correct. # Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns. # URISchemes: http, https Layout/LineLength: Max: 120