Skip to content

Commit 8634a9b

Browse files
authored
Add dot files for websecurityscanner (googleapis#5286)
1 parent 86102c9 commit 8634a9b

3 files changed

Lines changed: 27 additions & 2 deletions

File tree

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: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,4 @@
77
## 0.1.0
88

99
### New Features
10-
- Generate v1alpha websecurityscanner endpoint
11-
10+
- Add v1alpha1 websecurityscanner endpoint

0 commit comments

Comments
 (0)