Skip to content

Commit e35f5c9

Browse files
authored
Merge pull request #1241 from mulkieran/issue_stratis-cli_814
Remove tab completion files
2 parents adf7744 + f6bd99d commit e35f5c9

File tree

6 files changed

+0
-467
lines changed

6 files changed

+0
-467
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ jobs:
5050
task:
5151
PATH=${PATH}:/github/home/.local/bin PYTHONPATH=./src
5252
make -f Makefile fmt-ci
53-
- dependencies: shfmt
54-
task: make -f Makefile fmt-shell-ci
5553
runs-on: ubuntu-latest
5654
container: fedora:42 # CURRENT DEVELOPMENT ENVIRONMENT
5755
steps:

Makefile

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,6 @@ fmt-ci:
6565
isort --diff --check-only ${ISORT_MODULES}
6666
black ./bin/stratis . --check
6767

68-
.PHONY: fmt-shell
69-
fmt-shell:
70-
shfmt -l -w shell-completion/bash/stratis
71-
72-
.PHONY: fmt-shell-ci
73-
fmt-shell-ci:
74-
shfmt -d shell-completion/bash/stratis
75-
7668
.PHONY: check-typos
7769
check-typos:
7870
typos

README.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,3 @@ Python Coding Style
7979
-------------------
8080
``stratis`` conforms to PEP-8 style guidelines as enforced by the ``black``
8181
formatting tool.
82-
83-
Tab Completion
84-
--------------
85-
From time to time, our external contributors have added support for
86-
tab-completion in a variety of different shells. The files are included in the
87-
stratis-cli GitHub release, but they are not supported by the Stratis project.
88-
We welcome further contributions to these files and will continue to include
89-
them for as long as they seem useful to our users.

shell-completion/bash/stratis

Lines changed: 0 additions & 263 deletions
This file was deleted.

0 commit comments

Comments
 (0)