Skip to content

Commit

Permalink
Disabled Metrics/CyclomaticComplexity Metrics/PerceivedComplexity
Browse files Browse the repository at this point in the history
  • Loading branch information
sue445 committed Jan 8, 2022
1 parent 44cbef8 commit ce7842e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/support/utils/raml_parser.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def self.find_trait(trait_name)
nil
end

def self.find_query_parameter_example(verb, path)
def self.find_query_parameter_example(verb, path) # rubocop:disable Metrics/CyclomaticComplexity,Metrics/PerceivedComplexity
resource = find_resource(verb, path)
return {} unless resource

Expand Down

0 comments on commit ce7842e

Please sign in to comment.