Skip to content

Commit bdb849f

Browse files
authored
Update checkpubs.rb
Does disabling the LineLength cop fix this issue?
1 parent e6e58ce commit bdb849f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

_plugins/checkpubs.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ def generate(site)
2525
publication = Record.new(msg, pub_hash)
2626
publication.key 'focus-area', set: focus_areas if pub_hash.key? 'focus-area'
2727
publication.key 'challenge-area', set: focus_areas if pub_hash.key? 'challenge-area'
28+
# rubocop:disable Layout/LineLength
2829
publication.key 'project', :optional, set: projects unless local_fa && local_fa < projectless && local_ca && local_ca < projectless
30+
# rubocop:enable Layout/LineLength
2931

3032
publication.print_warnings
3133
end

0 commit comments

Comments
 (0)