6 lines
112 B
Text
6 lines
112 B
Text
|
# -*- mode: snippet -*-
|
||
|
# name: Rubocop disable comment
|
||
|
# key: rd
|
||
|
# --
|
||
|
# rubocop:disable ${1:Lint/MethodLength}
|