7613:382f89c11e27 | 7614:646742c260bd |
---|---|
41 @type SecurityContext | 41 @type SecurityContext |
42 @param config dictionary with configuration data | 42 @param config dictionary with configuration data |
43 @type dict | 43 @type dict |
44 """ | 44 """ |
45 reportError( | 45 reportError( |
46 context.node.lineno, | 46 context.node.lineno - 1, |
47 context.node.col_offset, | 47 context.node.col_offset, |
48 "S101", | 48 "S101", |
49 "L", | 49 "L", |
50 "H" | 50 "H" |
51 ) | 51 ) |