Skip to content

Releases: sasjs/lint

v2.0.0

13 Dec 17:34
4dd25bb
Compare
Choose a tag to compare

2.0.0 (2022-12-13)

Bug Fixes

  • check tab indentation in whole line (3701253)

chore

  • updating README to describe new behaviour for noTabs. (049aa6b)

BREAKING CHANGES

  • we now check for ANY tab characters rather than just the tabs at the start of a line.

v1.15.0

17 Nov 13:45
8be59ac
Compare
Choose a tag to compare

1.15.0 (2022-11-17)

Features

  • add new property severityLevel (0cff87f)

v1.14.1

08 Nov 16:54
8031468
Compare
Choose a tag to compare

1.14.1 (2022-11-08)

Bug Fixes

  • force bump with README change (8031468)

v1.14.0

08 Nov 14:49
9623828
Compare
Choose a tag to compare

1.14.0 (2022-11-08)

Bug Fixes

  • updated sasjslint-schema.json (debeff7)

Features

  • add configuration as an optional argument for formatText (c210699)

v1.13.0

07 Nov 13:41
cee30d0
Compare
Choose a tag to compare

1.13.0 (2022-11-07)

Bug Fixes

Features

  • customise the defaultHeader (a3bade0)

v1.12.0

15 Aug 17:28
5ce33ab
Compare
Choose a tag to compare

1.12.0 (2022-08-15)

Features

  • add a new attribute ignoreList to .sasjslint (LintConfig) (e1bcf5b)
  • honour .gitignore and ignoreList from config when linting filesystem (40aea38)

v1.11.2

04 Jul 20:15
7ccb122
Compare
Choose a tag to compare

1.11.2 (2021-07-04)

Bug Fixes

  • postinstall -> prepare, support windows CMD/Powershell (884480d)

v1.11.1

15 Jun 07:42
94d9d24
Compare
Choose a tag to compare

1.11.1 (2021-06-15)

Bug Fixes

  • doxygen header enforces double asterisks (be9d5b8)
  • doxygen header requires to only start with double asterisks (9550264)

v1.11.0

09 Jun 07:18
b13302a
Compare
Choose a tag to compare

1.11.0 (2021-06-09)

Bug Fixes

  • parseMacros: avoid statement break on html encoded semi colon (c9fa366)
  • strictMacroDefinition: moved from lineRules to fileRules (f793eb3)
  • strictMacroDefinition: updated logic for getting options (5701064)
  • strictMacroDefinition: updated logic for getting params (cbfa1f4)
  • trimComments: handle case special comment case (d391a4e)
  • comments within/outside the statement (d7721f8)

Features

  • mult-line macro declarations (af2d2c1)

v1.10.0

20 May 15:37
482ecec
Compare
Choose a tag to compare

1.10.0 (2021-05-20)

Bug Fixes

  • parseMacro: updated to have macros with parameters + options (e5780cd)

Features

  • new rule added 'strictMacroDefinition' (dcfeb7a)