mirror of
https://github.com/dokku/dokku.git
synced 2025-12-16 03:57:43 +01:00
This change removes all deprecated commands. In many cases, users have been warned for a number of releases before the commands have been removed. All commands that were removed have existing alternatives.
14 lines
172 B
YAML
14 lines
172 B
YAML
---
|
|
linters:
|
|
shellcheck:
|
|
shell: bash
|
|
exclude: SC2034,SC1090,SC2191
|
|
golint:
|
|
|
|
files:
|
|
ignore:
|
|
- 'debian/*'
|
|
- 'docs/*'
|
|
- 'tests/*'
|
|
- '*/vendor/*'
|