Ava Thorn

Results 7 issues of Ava Thorn

This update will read the terminal width dynamically rather than hardcoding the cli report with at 110

Custom rulesets is a standard with many linters and provides flexibility for users to create their own linting rules that may apply only to their company or project. **What I...

Running in CI pipelines typically uses the exit code to determine if a step has failed. In some cases, some rules from dockerfilelint may be permissable by some projects. Thus,...

Custom rulesets is a standard with many linters and provides flexibility for users to create their own linting rules that may apply only to their company or project. ``` dockerfile...

When a "Readability" rule is used within a pipeline, i get the following error: The readability rule file is defined below: ``` extends: readability message: "Grade level (%s) too high!"...

question

I'm trying to run the following script using teslajsonpy 3.7.0 ``` import asyncio, teslajsonpy client = teslajsonpy.Controller(email='', password='') asyncio.run(client.connect()) ``` I get the following error: ``` Traceback (most recent call...

enhancement
help wanted