mirror of
https://github.com/lubuntu-team/metrics.git
synced 2025-05-03 16:41:28 +00:00
Delint everything, make tabs four spaces instead.
This commit is contained in:
parent
5b4ed6ac5c
commit
5c486a878a
7
.arclint
7
.arclint
@ -1,8 +1,9 @@
|
||||
{
|
||||
"exclude": "(^LICENSE)",
|
||||
"exclude": "(^LICENSE|.gitignore)",
|
||||
"linters": {
|
||||
"sample": {
|
||||
"type": "flake8"
|
||||
"python": {
|
||||
"type": "flake8",
|
||||
"exclude": "(\\.html$)"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
2
metrics
2
metrics
@ -125,7 +125,7 @@ if __name__ == "__main__":
|
||||
# Ensure the logging level is set properly
|
||||
num_level = getattr(log, args.log.upper(), None)
|
||||
if not isinstance(num_level, int):
|
||||
raise ValueError("Invalid log level: %s" % loglevel)
|
||||
raise ValueError("Invalid log level: %s" % args.log)
|
||||
|
||||
# Fully configure the logger
|
||||
log.basicConfig(format="%(asctime)s\t%(levelname)s\t%(message)s",
|
||||
|
@ -10,10 +10,6 @@
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="row justify-content-center">
|
||||
<div class="col">
|
||||
</div>
|
||||
</div>
|
||||
<div class="row justify-content-center">
|
||||
<div class="col" style="text-align: center;">
|
||||
<h1>Summary for Lubuntu Project Metrics</h1>
|
||||
|
@ -13,10 +13,6 @@
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="row justify-content-center">
|
||||
<div class="col">
|
||||
</div>
|
||||
</div>
|
||||
<div class="row justify-content-center">
|
||||
<div class="col" style="text-align: center;">
|
||||
<h1>Jenkins data for the past {{ days }} day(s)</h1>
|
||||
|
Loading…
x
Reference in New Issue
Block a user