1
0
mirror of https://github.com/sasjs/lint.git synced 2026-04-21 13:21:30 +00:00
Commit Graph

114 Commits

Author SHA1 Message Date
sabhas b5b8e7b00b chore: quick fix 2023-01-11 21:34:07 +05:00
sabhas 7a46e9857e feat: add new config maxDataLineLength 2023-01-11 19:51:07 +05:00
sabhas 9a44984264 chore: quick fix 2023-01-10 20:59:00 +05:00
sabhas 54f887fc6d fix: maxLineLength rule should be off when non positive number is provided 2023-01-10 20:55:21 +05:00
Allan Bowe 5f0ef8616c Update getHeaderLinesCount.ts 2023-01-10 15:02:50 +00:00
Allan Bowe b8b357c514 Update getHeaderLinesCount.ts 2023-01-10 10:39:32 +00:00
Allan Bowe 701c160ec1 fix: support single asterisk comment headers 2023-01-10 10:37:32 +00:00
sabhas e6dc319844 chore: quick fix 2023-01-10 15:32:57 +05:00
sabhas b6e9ee0825 feat: add a new config maxHeaderLineLength 2023-01-10 14:48:18 +05:00
sabhas 844f1ad154 feat: add a new config attribute for allowedGremlins 2023-01-09 17:13:19 +05:00
sabhas 0c79a1ef85 fix: update regex to handle single quotes in macro options 2023-01-02 16:11:10 +05:00
sabhas 5245246818 chore: fix specs 2022-12-29 18:52:21 +05:00
sabhas 636703b326 chore: specs fix 2022-12-29 00:49:40 +05:00
sabhas 24fba7867c fix: update the logic for default values of rules 2022-12-29 00:49:13 +05:00
sabhas 5c44ec400d chore: quick fix 2022-12-29 00:47:54 +05:00
sabhas c0fdfc6ac9 fix: pass lint config to lintFile calling from formatFile 2022-12-29 00:46:50 +05:00
sabhas 4b16e0c52a chore: typo fix 2022-12-27 23:55:36 +05:00
sabhas 8cf4f34e30 fix: noGremlins should be true by default even though if its not defined in .sasjslint 2022-12-27 23:29:55 +05:00
sabhas 97e3490a8d fix: add few more gremlins 2022-12-27 23:22:40 +05:00
Allan Bowe 7de907057d feat: updating docs for gremlin capabilities 2022-12-26 19:00:53 +00:00
sabhas 80c90ebda1 chore: add specs 2022-12-26 22:44:32 +05:00
sabhas c5ead229a9 chore: quick fix 2022-12-26 22:35:18 +05:00
sabhas 7d6fc8eb8c feat: add new rule noGremlins 2022-12-26 21:14:48 +05:00
Allan Bowe 48a6628ec5 fix: updating noTabs error description to: Line contains a tab character (09x) 2022-12-13 18:03:18 +00:00
sabhas f36536ba5c chore: specs fix 2022-12-09 18:53:05 +05:00
sabhas 382a3cc987 chore: fix specs 2022-12-09 18:25:19 +05:00
sabhas 3701253302 fix: check tab indentation in whole line 2022-12-09 16:36:09 +05:00
sabhas 75b103003c chore: quick fix 2022-11-16 22:52:15 +05:00
sabhas 0cff87fe12 feat: add new property severityLevel 2022-11-16 22:40:17 +05:00
sabhas c210699954 feat: add configuration as an optional argument for formatText 2022-11-08 19:33:21 +05:00
sabhas a3bade0a5a feat: customise the defaultHeader 2022-11-07 16:50:35 +05:00
sabhas 5290339c9e chore: spec fixes 2022-08-15 21:57:18 +05:00
sabhas 4772aa70c6 chore: update jsdoc header 2022-08-12 15:59:58 +05:00
sabhas 40aea383b7 feat: honour .gitignore and ignoreList from config when linting filesystem 2022-08-12 15:49:28 +05:00
sabhas e1bcf5b06b feat: add a new attribute ignoreList to .sasjslint (LintConfig) 2022-08-12 15:48:35 +05:00
Saad Jutt 95502647e8 fix: doxygen header requires to only start with double asterisks 2021-06-14 18:16:05 +05:00
Saad Jutt be9d5b8e68 fix: doxygen header enforces double asterisks 2021-06-14 18:06:37 +05:00
Saad Jutt 0caf31b7ff chore: Code Refactor 2021-05-22 00:08:24 +05:00
Saad Jutt 020a1e08d0 chore: prevent space b/w macroName and starting parentheses is not applicable 2021-05-21 20:16:24 +05:00
Saad Jutt a762dadf37 chore: testing content into single line 2021-05-21 20:08:38 +05:00
Saad Jutt c9fa366130 fix(parseMacros): avoid statement break on html encoded semi colon 2021-05-21 20:05:53 +05:00
Saad Jutt 5701064c07 fix(strictMacroDefinition): updated logic for getting options 2021-05-21 19:41:45 +05:00
Saad Jutt cbfa1f40d1 fix(strictMacroDefinition): updated logic for getting params 2021-05-21 18:32:22 +05:00
Saad Jutt d391a4e8fc fix(trimComments): handle case special comment case 2021-05-21 18:05:22 +05:00
Saad Jutt f793eb3a76 fix(strictMacroDefinition): moved from lineRules to fileRules 2021-05-21 17:29:23 +05:00
Saad Jutt af2d2c12c1 feat: mult-line macro declarations 2021-05-21 05:10:34 +05:00
Saad Jutt 8bfb547427 chore: removed redundant property from parsedMacros 2021-05-20 23:00:59 +05:00
Saad Jutt d7721f8e5e fix: comments within/outside the statement 2021-05-20 22:41:16 +05:00
Saad Jutt dcfeb7a641 feat: new rule added 'strictMacroDefinition' 2021-05-20 19:14:01 +05:00
Saad Jutt e5780cd69a fix(parseMacro): updated to have macros with parameters + options 2021-05-20 15:12:06 +05:00