Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: sasjs/lint

v2.4.3

27 Feb 12:03
6172b3a

Choose a tag to compare

2.4.3 (2025-02-27)

Bug Fixes

  • bump utils, fix ci rimraf (47811e5)

v2.4.2

14 Feb 14:39
490cd43

Choose a tag to compare

2.4.2 (2025-02-14)

Bug Fixes

  • update @sasjs/utils to version 3.5.0 (2de78a9)
  • update target in tsconfig.json to es6 (2ec507f)

v2.4.1

29 Jan 16:56
fb135e6

Choose a tag to compare

2.4.1 (2025-01-29)

Bug Fixes

  • README update (to trigger release with new GH_TOKEN) (a167f55)

v2.3.1

17 Apr 10:18
8badfd9

Choose a tag to compare

2.3.1 (2023-04-17)

Bug Fixes

  • pass lintConfig as param to isIgnored function (0dfd1fb)

v2.3.0

13 Apr 10:09
04cfa45

Choose a tag to compare

2.3.0 (2023-04-13)

Features

  • support a user-level ~/.sasjslint (2cb73da)

v2.2.2

20 Feb 15:51
a1ebb51

Choose a tag to compare

2.2.2 (2023-02-20)

Bug Fixes

  • lineEndings should be off by default (496e0bc)

v2.2.1

20 Feb 14:16
f8b15c7

Choose a tag to compare

2.2.1 (2023-02-20)

Bug Fixes

  • updating docs to force release (f8b15c7)

v2.2.0

12 Jan 16:36
ad59159

Choose a tag to compare

2.2.0 (2023-01-12)

Bug Fixes

  • maxLineLength rule should be off when non positive number is provided (54f887f)
  • readme (591f498)
  • support single asterisk comment headers (701c160)

Features

  • add a new config attribute for allowedGremlins (844f1ad)
  • add a new config maxHeaderLineLength (b6e9ee0)
  • add new config maxDataLineLength (7a46e98)
  • adding allowedGremlins description to README (6c3b716)

v2.1.3

02 Jan 11:22
9984a37

Choose a tag to compare

2.1.3 (2023-01-02)

Bug Fixes

  • update regex to handle single quotes in macro options (0c79a1e)

v2.1.2

30 Dec 10:49
f59fd4c

Choose a tag to compare

2.1.2 (2022-12-30)

Bug Fixes

  • add few more gremlins (97e3490)
  • noGremlins should be true by default even though if its not defined in .sasjslint (8cf4f34)
  • pass lint config to lintFile calling from formatFile (c0fdfc6)
  • update the logic for default values of rules (24fba78)