mirror of
https://github.com/sasjs/lint.git
synced 2026-01-13 23:30:06 +00:00
feat(lint): implement v1 with 3 rules - trailing spaces, encoded passwords and Doxygen header
This commit is contained in:
5
src/types/Diagnostic.ts
Normal file
5
src/types/Diagnostic.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export interface Diagnostic {
|
||||
lineNumber: number
|
||||
columnNumber: number
|
||||
warning: string
|
||||
}
|
||||
Reference in New Issue
Block a user