treehouses/builder

View on GitHub

Showing 7 of 7 total issues

Line length
Open

[![Build Status](https://github.com/treehouses/builder/workflows/builder/badge.svg)](https://github.com/treehouses/builder/actions) [![Maintainability](https://api.codeclimate.com/v1/badges/748aa39277c63aa17d1a/maintainability)](https://codeclimate.com/github/treehouses/builder/maintainability) [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/treehouses/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Severity: Info
Found in README.md by markdownlint

Quote this to prevent word splitting.
Open

if [ ! $(treehouses detect wifi) ]; then connectiontype="ethernet"; fi; # default network when no wifi
Severity: Minor
Found in autorunonce by shellcheck

MINIMAL_SPACE_LEFT appears unused. Verify it or export it.
Open

MINIMAL_SPACE_LEFT=111111
Severity: Minor
Found in builder by shellcheck

Line length
Open

This project uses Github Actions to automatically build and upload a new treehouse image
Severity: Info
Found in README.md by markdownlint

Line length
Open

For other operating systems like MacOS or Windows, check out the `Vagrantfile` inside the repository.
Severity: Info
Found in README.md by markdownlint

Quote this to prevent word splitting.
Open

if [ $bluetooth != "off" ] && [ $(treehouses detect bluetooth) ]; then
Severity: Minor
Found in autorunonce by shellcheck

Useless cat. Consider 'cmd < file | ..' or 'cmd file | ..' instead.
Open

cat mnt/img_root/usr/local/bin/bluetooth-server.py | grep ^class
Severity: Minor
Found in scripts.d/30_bluetooth.sh by shellcheck
Severity
Category
Status
Source
Language