[Spike - Do Not Merge] trying to add classes for the new specialist-finder index #2143
Annotations
10 errors
Run RuboCop:
lib/search/query_builder.rb#L80
Style/TrailingCommaInHashLiteral: Put a comma after the last item of a multiline hash.
|
Run RuboCop:
lib/search/query_builder.rb#L83
Layout/MultilineHashBraceLayout: Closing hash brace must be on the same line as the last hash element when opening brace is on the same line as the first hash element.
|
Run RuboCop:
lib/search/query_builder.rb#L86
Layout/AccessModifierIndentation: Outdent access modifiers like `private`. (https://rubystyle.guide#indent-public-private-protected)
|
Run RuboCop:
lib/search_config.rb#L114
Style/TrailingCommaInArguments: Put a comma after the last parameter of a multiline method call. (https://rubystyle.guide#no-trailing-params-comma)
|
Run RuboCop:
spec/integration/search/search_specialist_documents_spec.rb#L41
Layout/FirstHashElementIndentation: Use 2 spaces for indentation in a hash, relative to the start of the line where the left curly brace is.
|
Run RuboCop:
spec/integration/search/search_specialist_documents_spec.rb#L43
Layout/FirstHashElementIndentation: Indent the right brace the same as the start of the line where the left brace is.
|
Run RuboCop:
spec/integration/search/search_specialist_documents_spec.rb#L165
Layout/FirstArrayElementIndentation: Use 2 spaces for indentation in an array, relative to the start of the line where the left square bracket is.
|
Run RuboCop:
spec/integration/search/search_specialist_documents_spec.rb#L166
Layout/FirstArrayElementIndentation: Indent the right bracket the same as the start of the line where the left bracket is.
|
Run RuboCop:
spec/integration/search/search_specialist_documents_spec.rb#L174
Layout/FirstArrayElementIndentation: Use 2 spaces for indentation in an array, relative to the start of the line where the left square bracket is.
|
Run RuboCop:
spec/integration/search/search_specialist_documents_spec.rb#L175
Layout/FirstArrayElementIndentation: Indent the right bracket the same as the start of the line where the left bracket is.
|
Loading