Skip to content

Commit 4ad28c8

Browse files
Merge branch 'develop' into update-license-detections
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
2 parents 2f80ae3 + 572f4fb commit 4ad28c8

File tree

944 files changed

+10374
-1267
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

944 files changed

+10374
-1267
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/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
open_collective: aboutcode
1+
github: nexb

.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!

.github/workflows/docs-ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ jobs:
2323
with:
2424
python-version: ${{ matrix.python-version }}
2525

26-
- name: Give permission to run scripts
27-
run: chmod +x ./docs/scripts/doc8_style_check.sh
28-
2926
- name: Install Dependencies
3027
run: pip install -e .[docs]
3128

.readthedocs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
# Required
66
version: 2
77

8+
# Build in latest ubuntu/python
9+
build:
10+
os: ubuntu-22.04
11+
tools:
12+
python: "3.11"
13+
814
# Build PDF & ePub
915
formats:
1016
- epub

appveyor.yml

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

0 commit comments

Comments
 (0)