Skip to content

Commit fa4c89a

Browse files
updating readme
1 parent 3921d99 commit fa4c89a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,15 @@ This will compare and report it to allure and assertion has been done within tha
287287
288288
5. Use only YML files for this purpose, since it is easier to handle key value pair with yaml file.
289289
290+
## Static code analyser:
291+
292+
For static code analyser I used flake8. To check the configurations view (.flake8)[.flake8] file. To check on the code status execte,
293+
```shell script
294+
flake8
295+
```
296+
currently there are `0` vulnerabilities with this project.
297+
298+
290299
## Built With
291300
292301
* [pytest](https://docs.pytest.org/en/latest/) - Core test framework

0 commit comments

Comments
 (0)