Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename `shell` to `use_shell` in one unit test Given the possibility of some future static analysis tool misinterpreting shell=True as a subprocess parameter/call, it was changed here to read use_shell. This also eliminates the 2 false positives being reported by flake8-bandit which is part of the wemake style guide being vetted. tests/unit/actions/test_exec.py:34:1: S604 Function call with shell=True parameter identified, possible security issue. shell=True, ^ tests/unit/actions/test_exec.py:49:1: S604 Function call with shell=True parameter identified, possible security issue. shell=True, ^ Reviewed-by: Sviatoslav Sydorenko <webknjaz+github/[email protected]> Reviewed-by: None <None>
- Loading branch information