UNPKG

npm-groovy-lint

Version:

Lint, format and auto-fix your Groovy / Jenkinsfile / Gradle files

24 lines (21 loc) 481 B
// GString Expression within string const rule = { rangeTests: [ { source: ` def someString = '\${SCRIPT,template=\\"mail_template_robot_results.groovy\\"}' `, expectedRange: { start: { line: 2, character: 0, }, end: { line: 2, character: 76, }, }, }, ], }; export { rule };