Fixed coffelint check.
This commit is contained in:
parent
7d039ae1c5
commit
f1d78ade51
1 changed files with 3 additions and 1 deletions
|
@ -16,6 +16,7 @@ class App.TextModule extends App.Model
|
||||||
'content',
|
'content',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
# coffeelint: disable=no_interpolation_in_single_quotes
|
||||||
@description = '''
|
@description = '''
|
||||||
Create Text Modules to **spend less time writing responses**. TextModules can include smart variables like the users name or email address.
|
Create Text Modules to **spend less time writing responses**. TextModules can include smart variables like the users name or email address.
|
||||||
|
|
||||||
|
@ -33,4 +34,5 @@ Available objects are:
|
||||||
* @ticket.owner (e. g. @ticket.owner.firstname, @ticket.owner.lastname)
|
* @ticket.owner (e. g. @ticket.owner.firstname, @ticket.owner.lastname)
|
||||||
* @ticket.organization (e. g. @ticket.organization.name)
|
* @ticket.organization (e. g. @ticket.organization.name)
|
||||||
|
|
||||||
'''
|
'''
|
||||||
|
# coffeelint: enable=no_interpolation_in_single_quotes
|
||||||
|
|
Loading…
Reference in a new issue