Skip to content

Commit

Permalink
added errors IN150 and IN161 to ignorable errors list (#3864)
Browse files Browse the repository at this point in the history
  • Loading branch information
merit-maita committed Dec 13, 2023
1 parent 02d322c commit f33dc8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* Fixed an issue where *validate* command failed with release notes files for assets modeling rules folder.
* Added support for `skip` property in **pre-commit** hooks.
* **generate-unit-tests** command will require installation with `pip install demisto-sdk[generate-unit-tests]`.
* added the *IN150* and *IN161* errors to *allowed ignore errors* list.

## 1.24.0
* Fixed an issue where the error was not clear when trying to retrieve the server version.
Expand Down
2 changes: 2 additions & 0 deletions demisto_sdk/commands/common/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -1573,6 +1573,8 @@
"IN107",
"DB100",
"GR103",
"IN150",
"IN161",
]
)

Expand Down

0 comments on commit f33dc8f

Please sign in to comment.