require: rubocop-rspec # This configuration was generated by # `rubocop --auto-gen-config` # on 2017-03-22 15:27:02 -0400 using RuboCop version 0.42.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 Lint/Loop: Exclude: - 'lib/browse_everything/driver/google_drive.rb' # Offense count: 6 Metrics/AbcSize: Max: 31 # Offense count: 2 Metrics/CyclomaticComplexity: Max: 7 # Offense count: 10 # Configuration parameters: CountComments. Metrics/MethodLength: Max: 26 # Offense count: 1 # Configuration parameters: CountKeywordArgs. Metrics/ParameterLists: Max: 7 # Offense count: 1 RSpec/DescribeClass: Exclude: - 'spec/javascripts/jasmine_spec.rb' # Offense count: 2 # Configuration parameters: Max. RSpec/ExampleLength: Exclude: - 'spec/features/select_files_spec.rb' - 'spec/javascripts/jasmine_spec.rb' # Offense count: 2 RSpec/MultipleExpectations: Max: 2 # Offense count: 1 # Configuration parameters: IgnoreSymbolicNames. RSpec/VerifiedDoubles: Exclude: - 'spec/views/browse_everything/_file.html.erb_spec.rb' # Offense count: 1 Rails/OutputSafety: Exclude: - 'app/helpers/browse_everything_helper.rb' # Offense count: 11 # Configuration parameters: EnforcedStyle, SupportedStyles. # SupportedStyles: strict, flexible Rails/TimeZone: Exclude: - 'lib/browse_everything/driver/google_drive.rb' - 'lib/browse_everything/driver/sky_drive.rb' - 'lib/browse_everything/retriever.rb' - 'spec/unit/browse_everything_helper_spec.rb' - 'spec/unit/file_entry_spec.rb' - 'spec/unit/retriever_spec.rb' - 'spec/unit/sky_drive_spec.rb' - 'spec/views/browse_everything/_file.html.erb_spec.rb' # Offense count: 3 # Configuration parameters: EnforcedStyle, SupportedStyles. # SupportedStyles: nested, compact Style/ClassAndModuleChildren: Exclude: - 'lib/generators/browse_everything/assets_generator.rb' - 'lib/generators/browse_everything/config_generator.rb' - 'lib/generators/browse_everything/install_generator.rb' # Offense count: 18 Style/Documentation: Enabled: false # Offense count: 1 # Configuration parameters: ExpectMatchingDefinition, Regex, IgnoreExecutableScripts. Style/FileName: Exclude: - 'lib/browse-everything.rb' # Offense count: 2 # Configuration parameters: MinBodyLength. Style/GuardClause: Exclude: - 'lib/browse_everything/driver/google_drive.rb' - 'lib/browse_everything/driver/sky_drive.rb' # Offense count: 1 Style/MultilineBlockChain: Exclude: - 'lib/browse_everything/driver/google_drive.rb' # Offense count: 1 # Cop supports --auto-correct. Style/MultilineBlockLayout: Exclude: - 'spec/unit/dropbox_spec.rb' # Offense count: 2 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. # SupportedStyles: symmetrical, new_line, same_line Style/MultilineHashBraceLayout: Exclude: - 'spec/unit/sky_drive_spec.rb' # Offense count: 4 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles, IndentationWidth. # SupportedStyles: aligned, indented, indented_relative_to_receiver Style/MultilineMethodCallIndentation: Exclude: - 'spec/unit/sky_drive_spec.rb' # Offense count: 1 # Configuration parameters: NamePrefix, NamePrefixBlacklist, NameWhitelist. # NamePrefix: is_, has_, have_ # NamePrefixBlacklist: is_, has_, have_ # NameWhitelist: is_a? Style/PredicateName: Exclude: - 'spec/**/*' - 'app/helpers/browse_everything_helper.rb'