debian-mirror-gitlab/spec/frontend/diffs/mock_data/findings_drawer.js
2023-06-20 00:43:36 +05:30

21 lines
646 B
JavaScript

export default {
line: 7,
description:
"Unused method argument - `c`. If it's necessary, use `_` or `_c` as an argument name to indicate that it won't be used.",
severity: 'minor',
engineName: 'testengine name',
categories: ['testcategory 1', 'testcategory 2'],
content: {
body: 'Duplicated Code Duplicated code',
},
location: {
path: 'workhorse/config_test.go',
lines: { begin: 221, end: 284 },
},
otherLocations: [
{ path: 'testpath', href: 'http://testlink.com' },
{ path: 'testpath 1', href: 'http://testlink.com' },
{ path: 'testpath2', href: 'http://testlink.com' },
],
type: 'issue',
};