We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79b5f24 commit 003fb32Copy full SHA for 003fb32
2 files changed
.github/workflows/static_analysis.yml
@@ -24,5 +24,5 @@ jobs:
24
- name: Run ShellCheck
25
uses: ludeeus/action-shellcheck@master
26
env:
27
- SHELLCHECK_OPTS: -e SC1091 -e SC2155
+ SHELLCHECK_OPTS: -e SC1091 -e SC2155 -e SC2016
28
CHANGELOG.md
@@ -5,7 +5,6 @@
5
### Added
6
- Add `--learn` interactive tutorial with 10 progressive lessons for hands-on learning
7
- 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
9
10
### Fixed
11
- Pass arguments to mocked functions
0 commit comments