faaso build works both local and remote. Basic auth for faaso API (lame, hardcoded)

This commit is contained in:
2024-06-30 15:10:49 -03:00
parent eb063beb2c
commit f5467551a1
9 changed files with 128 additions and 13 deletions

View File

@@ -1,9 +1,9 @@
# This configuration file was generated by `ameba --gen-config`
# on 2024-06-30 14:55:35 UTC using Ameba version 1.6.1.
# on 2024-06-30 18:10:12 UTC using Ameba version 1.6.1.
# The point is for the user to remove these configuration records
# one by one as the reported problems are removed from the code base.
# Problems found: 9
# Problems found: 10
# Run `ameba --only Documentation/DocumentationAdmonition` for details
Documentation/DocumentationAdmonition:
Description: Reports documentation admonitions
@@ -19,3 +19,35 @@ Documentation/DocumentationAdmonition:
- BUG
Enabled: true
Severity: Warning
# Problems found: 1
# Run `ameba --only Naming/BlockParameterName` for details
Naming/BlockParameterName:
Description: Disallows non-descriptive block parameter names
MinNameLength: 3
AllowNamesEndingInNumbers: true
Excluded:
- src/faaso.cr
AllowedNames:
- _
- e
- i
- j
- k
- v
- x
- y
- ex
- io
- ws
- op
- tx
- id
- ip
- k1
- k2
- v1
- v2
ForbiddenNames: []
Enabled: true
Severity: Convention