Skip to content

Commit

Permalink
Delete releasenotes directory (more openstack leftovers) (#786)
Browse files Browse the repository at this point in the history
The releasenotes directory was another mechanism used for OpenStack to
generate a release note in an OpenStack specific way. It hasn't been used
in Bandit since we have migrated Bandit from Gerrit to GitHub. Therefore,
removing the whole directory of these files.
  • Loading branch information
ericwb committed Jan 29, 2022
1 parent 8f075da commit 02f206b
Show file tree
Hide file tree
Showing 13 changed files with 2 additions and 318 deletions.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -18,4 +18,3 @@ ChangeLog
doc/source/api
.*.sw?
AUTHORS
releasenotes/build
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
@@ -1,4 +1,4 @@
exclude: ^(examples|tools|doc|releasenotes)
exclude: ^(examples|tools|doc)
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
Expand Down
6 changes: 0 additions & 6 deletions releasenotes/notes/add-pycrypto-warn-c430f40f1d0fb44a.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions releasenotes/notes/add-url-in-json-64f90161ab613a54.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions releasenotes/notes/add-url-in-yaml-0bfdcc93f5b6d118.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions releasenotes/notes/add_reno-b8585fc3ffe775cb.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions releasenotes/notes/target-in-ini-81802418b1cc970f.yaml

This file was deleted.

Empty file.
Empty file.
261 changes: 0 additions & 261 deletions releasenotes/source/conf.py

This file was deleted.

21 changes: 0 additions & 21 deletions releasenotes/source/index.rst

This file was deleted.

5 changes: 0 additions & 5 deletions releasenotes/source/unreleased.rst

This file was deleted.

6 changes: 1 addition & 5 deletions tox.ini
Expand Up @@ -65,13 +65,9 @@ commands=
# [H106] Don't put vim configuration in source files.
# [H203] Use assertIs(Not)None to check for None.
show-source = True
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build,releasenotes
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build
enable-extensions = H106,H203

[testenv:releasenotes]
deps = -r{toxinidir}/doc/requirements.txt
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html

[testenv:pylint]
commands = -pylint --rcfile=pylintrc bandit

Expand Down

0 comments on commit 02f206b

Please sign in to comment.