Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions websecurityscanner/.coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[run]
branch = True

[report]
fail_under = 100
show_missing = True
exclude_lines =
# Re-enable the standard pragma
pragma: NO COVER
# Ignore debug-only repr
def __repr__
omit =
*/gapic/*
*/proto/*
12 changes: 12 additions & 0 deletions websecurityscanner/.flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[flake8]
exclude =
# Exclude generated code.
**/proto/**
**/gapic/**
*_pb2.py

# Standard linting exemptions.
__pycache__,
.git,
*.pyc,
conf.py
3 changes: 1 addition & 2 deletions websecurityscanner/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@
## 0.1.0

### New Features
- Generate v1alpha websecurityscanner endpoint

- Add v1alpha1 websecurityscanner endpoint