Skip to content

Commit 003fb32

Browse files
committed
fix: linter
1 parent 79b5f24 commit 003fb32

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/static_analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ jobs:
2424
- name: Run ShellCheck
2525
uses: ludeeus/action-shellcheck@master
2626
env:
27-
SHELLCHECK_OPTS: -e SC1091 -e SC2155
27+
SHELLCHECK_OPTS: -e SC1091 -e SC2155 -e SC2016
2828

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
### Added
66
- Add `--learn` interactive tutorial with 10 progressive lessons for hands-on learning
77
- Add comprehensive "Common Patterns" documentation with real-world testing examples
8-
- Add auto-file creation in learn mode - example test files are created automatically with templates
98

109
### Fixed
1110
- Pass arguments to mocked functions

0 commit comments

Comments
 (0)