Skip to content

Commit 239e13d

Browse files
Misc config updates
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
1 parent 8d2abc5 commit 239e13d

File tree

10 files changed

+8
-287
lines changed

10 files changed

+8
-287
lines changed

.cirrus.yml

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

.coveragerc

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

.github/ISSUE_TEMPLATE/--first-timers-only.md

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

.github/ISSUE_TEMPLATE/--good-first-issue.md

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

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
blank_issues_enabled: true
22
contact_links:
3-
- name: Gitter Chat
4-
url: https://gitter.im/aboutcode-org/discuss
3+
- name: Matrix Chat
4+
url: https://matrix.to/#/#aboutcode-org_discuss:gitter.im
55
about: Please ask questions here.
66
- name: Code Of Conduct
77
url: https://github.com/nexB/scancode-toolkit/blob/develop/CODE_OF_CONDUCT.rst
8-
about: This space is protected by our Code Of Conduct.
8+
about: This space is protected by our Code Of Conduct.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Make sure these boxes are checked before your pull request (PR) is ready to be r
1717
* [ ] Tests pass -- look for a green checkbox ✔️ a few minutes after opening your PR
1818
Run [tests](https://scancode-toolkit.readthedocs.io/en/latest/contribute/contrib_dev.html#running-tests) locally to check for errors.
1919
* [ ] Commits are in uniquely-named feature branch and has no merge conflicts 📁
20-
* [ ] Looked for possible updates in documentation and added updates if applicable
21-
* [ ] Updated CHANGELOG.rst
20+
* [ ] Updated documentation pages (if applicable)
21+
* [ ] Updated CHANGELOG.rst (if applicable)
2222
<!--
2323
We're happy to help you get this ready -- don't be afraid to ask for help, and **don't be discouraged**
2424
if your tests fail at first!

appveyor.yml

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

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ PROD_REQUIREMENTS="scancode_toolkit*.whl"
159159
VIRTUALENV_DIR=venv
160160

161161
# Cleanable files and directories to delete with the --clean option
162-
CLEANABLE="build dist venv .cache .eggs"
162+
CLEANABLE="tmp build dist venv .cache .eggs"
163163

164164
# extra arguments passed to pip
165165
PIP_EXTRA_ARGS=" "

configure.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ set "REL_REQUIREMENTS=--requirement etc/scripts/requirements.txt"
3535
set "VIRTUALENV_DIR=venv"
3636

3737
@rem # Cleanable files and directories to delete with the --clean option
38-
set "CLEANABLE=build dist venv .cache .eggs"
38+
set "CLEANABLE=tmp build dist venv .cache .eggs"
3939

4040
@rem # extra arguments passed to pip
4141
set "PIP_EXTRA_ARGS= "

tests/packagedcode/data/plugin/help.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@ Package type: pypi
694694
--------------------------------------------
695695
Package type: pypi
696696
datasource_id: pypi_setup_py
697-
documentation URL: https://docs.python.org/3/distutils/setupscript.html
697+
documentation URL: https://docs.python.org/3.11/distutils/setupscript.html
698698
primary language: Python
699699
description: Python setup.py
700700
path_patterns: '*setup.py'

0 commit comments

Comments
 (0)