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