fix: Fix long dashboards screenshot emails (#15954)

* create serialize json function

* create new setting for reports

* cleanup

* address comments

* up the attributes
This commit is contained in:
Hugh A. Miles II
2021-08-02 16:37:34 -04:00
committed by GitHub
parent 41e8190575
commit 4cb79e5017
4 changed files with 21 additions and 5 deletions

View File

@@ -382,7 +382,7 @@ max-statements=50
max-parents=7
# Maximum number of attributes for a class (see R0902).
max-attributes=7
max-attributes=8
# Minimum number of public methods for a class (see R0903).
min-public-methods=2