DM-376 change ruleNumber to ruleIdentifier
This commit is contained in:
parent
b5acb457fa
commit
d6dc976992
@ -45,7 +45,7 @@
|
|||||||
'rss-dialog.annotations'
|
'rss-dialog.annotations'
|
||||||
| translate
|
| translate
|
||||||
: {
|
: {
|
||||||
ruleNumber: annotation.ruleNumber,
|
ruleNumber: annotation.ruleIdentifier,
|
||||||
pageCount: annotation.pages.length,
|
pageCount: annotation.pages.length,
|
||||||
pages: annotation.pages.join(','),
|
pages: annotation.pages.join(','),
|
||||||
type: annotation.displayName
|
type: annotation.displayName
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
export interface IScmAnnotation {
|
export interface IScmAnnotation {
|
||||||
readonly type: string;
|
readonly type: string;
|
||||||
readonly pages: number[];
|
readonly pages: number[];
|
||||||
readonly ruleNumber: number;
|
readonly ruleIdentifier: string;
|
||||||
readonly reason: string;
|
readonly reason: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user