1
0
mirror of https://github.com/sasjs/lint.git synced 2025-12-11 01:44:36 +00:00
Commit Graph

126 Commits

Author SHA1 Message Date
Krishna Acondy
c0d27fa254 chore(*): split lint module into smaller submodules, added tests 2021-03-31 08:32:42 +01:00
Allan Bowe
12bfcd69bd Merge pull request #15 from sasjs/doxygen-header-false-negative
fix(has-doxygen-header): fix logic to handle files with comment blocks
v1.2.2
2021-03-30 09:29:23 +01:00
Krishna Acondy
6350d32d0c fix(has-doxygen-header): fix logic to handle files with comment blocks 2021-03-30 09:24:03 +01:00
Krishna Acondy
a8ca534b0b feat(lint): add lintFolder and lintProject APIs 2021-03-30 08:59:38 +01:00
Krishna Acondy
1c09a10290 fix(*): remove warning when using default config v1.2.1 2021-03-30 08:42:52 +01:00
Krishna Acondy
7a2e693123 Merge pull request #10 from sasjs/add-lint-rules v1.2.0 2021-03-29 10:57:01 +01:00
Krishna Acondy
2ad42634d7 chore(*): update schema 2021-03-29 09:42:44 +01:00
Krishna Acondy
52b63bac58 fix(lint): ignore indentation multiple when set to zero 2021-03-29 09:40:32 +01:00
Krishna Acondy
f1adcb8cb4 feat(lint): add rule for indentation multiple 2021-03-29 09:26:20 +01:00
Krishna Acondy
8fc3c39993 chore(*): export utils modules and default config 2021-03-26 09:13:07 +00:00
Krishna Acondy
3631f5c25c feat(lint): add rules for lowercase file names, max line length and no tab indentation 2021-03-26 09:09:42 +00:00
Krishna Acondy
1be358ca51 fix(schema): fix boolean field values in .sasjslint schema v1.1.1 2021-03-24 20:05:20 +00:00
Krishna Acondy
6c09745cc6 Merge pull request #9 from sasjs/path-linting
feat(path-lint): add support for linting file names, add lint config schema
v1.1.0
2021-03-24 19:58:47 +00:00
Krishna Acondy
c92630a8f9 feat(path-lint): add support for linting file names, add lint config schema 2021-03-24 19:37:51 +00:00
Krishna Acondy
c88aa8b3f6 fix(*): export types from package v1.0.2 2021-03-24 16:51:36 +00:00
Krishna Acondy
f10e6e5378 Merge pull request #6 from sasjs/add-severity-column-numbers
fix(*): Add severity, start and end column numbers for diagnostics
v1.0.1
2021-03-24 09:21:08 +00:00
Krishna Acondy
de1fabc394 fix(*): Add severity, start and end column numbers for diagnostics, change warning to message 2021-03-24 09:11:09 +00:00
Krishna Acondy
702756545b Merge pull request #3 from sasjs/lint-v1
feat(lint): implement first set of linting rules
v1.0.0
2021-03-23 09:15:34 +00:00
Krishna Acondy
022e18a13f chore(*): add support for SASENC passwords 2021-03-23 09:10:19 +00:00
Krishna Acondy
fb541423ee Merge branch 'lint-v1' of https://github.com/sasjs/lint into lint-v1 2021-03-23 08:22:45 +00:00
Krishna Acondy
2da0c7e76c chore(*): add fallback to default config 2021-03-23 08:22:42 +00:00
Allan Bowe
6768992671 Update package.json 2021-03-22 22:44:44 +01:00
Krishna Acondy
a7aa8bac59 chore(*): fix code style 2021-03-22 20:39:53 +00:00
Krishna Acondy
da528bb031 chore(*): add PR template, add TSDoc comments 2021-03-22 20:36:19 +00:00
Krishna Acondy
bf23963127 feat(lint): implement v1 with 3 rules - trailing spaces, encoded passwords and Doxygen header 2021-03-22 20:23:10 +00:00
Krishna Acondy
f3d7d38984 Initial commit 2021-03-15 09:25:57 +00:00