Skip to content

Commit 521333c

Browse files
committed
Add dot files for websecurityscanner
1 parent a1ce225 commit 521333c

File tree

3 files changed

+38
-0
lines changed

3 files changed

+38
-0
lines changed

websecurityscanner/.coveragerc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[run]
2+
branch = True
3+
4+
[report]
5+
fail_under = 100
6+
show_missing = True
7+
exclude_lines =
8+
# Re-enable the standard pragma
9+
pragma: NO COVER
10+
# Ignore debug-only repr
11+
def __repr__
12+
omit =
13+
*/gapic/*
14+
*/proto/*

websecurityscanner/.flake8

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[flake8]
2+
exclude =
3+
# Exclude generated code.
4+
**/proto/**
5+
**/gapic/**
6+
*_pb2.py
7+
8+
# Standard linting exemptions.
9+
__pycache__,
10+
.git,
11+
*.pyc,
12+
conf.py

websecurityscanner/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Changelog
2+
3+
[PyPI History][1]
4+
5+
[1]: https://pypi.org/project/google-cloud-websecurityscanner/#history
6+
7+
## 0.1.0
8+
9+
### New Features
10+
- Add v1alpha1 websecurityscanner endpoint
11+
12+

0 commit comments

Comments
 (0)