Skip to content

Commit

Permalink
disable rubocop complexity check
Browse files Browse the repository at this point in the history
  • Loading branch information
pengyin-shan committed May 2, 2022
1 parent 0e4237d commit ca859e7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/models/concerns/exportable_plan.rb
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ def prepare_coversheet
hash
end
# rubocop:enable Metrics/AbcSize
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/PerceivedComplexity

# rubocop:disable Metrics/MethodLength, Metrics/AbcSize
def prepare_coversheet_for_csv(csv, _headings, hash)
Expand Down Expand Up @@ -164,7 +163,6 @@ def prepare_coversheet_for_csv(csv, _headings, hash)
# rubocop:enable Metrics/MethodLength, Metrics/AbcSize

# rubocop:disable Metrics/AbcSize, Metrics/BlockLength, Metrics/MethodLength
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/PerceivedComplexity
# rubocop:disable Metrics/ParameterLists
def show_section_for_csv(csv, phase, section, headings, unanswered, hash)
section[:questions].each do |question|
Expand Down

0 comments on commit ca859e7

Please sign in to comment.