8000 Add Validator To Run Pylint On Libraries by sommersoft · Pull Request #186 · adafruit/adabot · GitHub
[go: up one dir, main page]

Skip to content

Add Validator To Run Pylint On Libraries #186

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 10, 2020

Conversation

sommersoft
Copy link
Collaborator

Fixes #184

(.env) ~/Dev/adabot/adabot:$> python -m adabot.circuitpython_libraries -v "validate_passes_linting" -e 999
Running CircuitPython Library checks...
Report Date: 05 September 2020, 01:39PM
 - Depth for listing libraries with errors: 999
 - These validators will run: validate_passes_linting

Latest pylint is: 2.6.0
Found 260 repos to check.
Found 239 submodules in the bundle.

Failed PyLint checks - 48
  * https://github.com/adafruit/Adafruit_CircuitPython_JTAG
  * https://github.com/adafruit/Adafruit_CircuitPython_ATECC
  * https://github.com/adafruit/Adafruit_CircuitPython_AWS_IOT
  * https://github.com/adafruit/Adafruit_CircuitPython_AzureIoT
  * https://github.com/adafruit/Adafruit_CircuitPython_BLE_Eddystone
  * https://github.com/adafruit/Adafruit_CircuitPython_BLE_Radio
  * https://github.com/adafruit/Adafruit_CircuitPython_CPython
  * https://github.com/adafruit/Adafruit_CircuitPython_ESP_ATcontrol
  * https://github.com/adafruit/Adafruit_CircuitPython_FONA
  * https://github.com/adafruit/Adafruit_CircuitPython_hashlib
  * https://github.com/adafruit/Adafruit_CircuitPython_Hue
  * https://github.com/adafruit/Adafruit_CircuitPython_JWT
  * https://github.com/adafruit/Adafruit_CircuitPython_LIFX
  * https://github.com/adafruit/Adafruit_CircuitPython_PYOA
  * https://github.com/adafruit/Adafruit_CircuitPython_RPLIDAR
  * https://github.com/adafruit/Adafruit_CircuitPython_TrellisM4
  * https://github.com/adafruit/Adafruit_CircuitPython_turtle
  * https://github.com/adafruit/Adafruit_CircuitPython_AVRprog
  * https://github.com/adafruit/Adafruit_CircuitPython_Wiznet5k
  * https://github.com/adafruit/Adafruit_CircuitPython_BH1750
  * https://github.com/adafruit/Adafruit_CircuitPython_AS7341
  * https://github.com/adafruit/Adafruit_CircuitPython_TinyLoRa
  * https://github.com/adafruit/Adafruit_CircuitPython_GC_IOT_Core
  * https://github.com/adafruit/Adafruit_CircuitPython_BluefruitConnect
  * https://github.com/adafruit/Adafruit_CircuitPython_MCP3xxx
  * https://github.com/adafruit/Adafruit_CircuitPython_RA8875
  * https://github.com/adafruit/Adafruit_CircuitPython_GFX
  * https://github.com/adafruit/Adafruit_CircuitPython_Pypixelbuf
  * https://github.com/adafruit/Adafruit_CircuitPython_Register
  * https://github.com/adafruit/Adafruit_CircuitPython_BusDevice
  * https://github.com/adafruit/Adafruit_CircuitPython_MiniMQTT
  * https://github.com/adafruit/Adafruit_CircuitPython_BNO055
  * https://github.com/adafruit/Adafruit_CircuitPython_RSA
  * https://github.com/adafruit/Adafruit_CircuitPython_MachXO
  * https://github.com/adafruit/Adafruit_CircuitPython_EPD
  * https://github.com/adafruit/Adafruit_CircuitPython_PM25
  * https://github.com/adafruit/Adafruit_CircuitPython_Debouncer
  * https://github.com/adafruit/Adafruit_CircuitPython_BLE_Adafruit
  * https://github.com/adafruit/Adafruit_CircuitPython_Requests
  * https://github.com/adafruit/Adafruit_CircuitPython_AdafruitIO
  * https://github.com/adafruit/Adafruit_CircuitPython_MIDI
  * https://github.com/adafruit/Adafruit_CircuitPython_ImageLoad
  * https://github.com/adafruit/Adafruit_CircuitPython_Motor
  * https://github.com/adafruit/Adafruit_CircuitPython_ESP32SPI
  * https://github.com/adafruit/Adafruit_CircuitPython_MCP2515
  * https://github.com/adafruit/Adafruit_CircuitPython_Bitmap_Font
  * https://github.com/adafruit/Adafruit_CircuitPython_framebuf
  * https://github.com/adafruit/Adafruit_CircuitPython_BNO080

@sommersoft sommersoft requested review from jepler and kattni September 5, 2020 19:24
Copy link
Contributor
@kattni kattni left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for adding this!

@kattni kattni merged commit c01bb3a into adafruit:master Sep 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can we use github actions "cron" to check for new pylint errors?
2 participants
0