Commit d505dc0
Update skeleton (#22)
* Create script to update repo skeleton #80
Signed-off-by: Jono Yang <jyang@nexb.com>
* Update CI runners and python version
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
* Replace deprecated macos CI runners
Replace macos-11 runners with macos-14 runners.
Reference: https://github.com/actions/runner-images?tab=readme-ov-file#available-images
Reference: aboutcode-org/skeleton#89
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
* Update minimum required python version to 3.8
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
* Update link references of ownership from nexB to aboutcode-org
Signed-off-by: Chin Yeung Li <tli@nexb.com>
* Drop deprecated macos-12 runner
* Update CI/Actions runners
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
* Replace black and isort with ruff
* Use ruff config and Make commands from scancode.io
Signed-off-by: Jono Yang <jyang@nexb.com>
* Use org standard 100 line length
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
* Lint all common code directories
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
* Remove unused targets
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
* Improve import sorting
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
* Apply small code updates
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
* Format code
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
* Apply cosmetic refactorings
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
* Reformat test code
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
* Format code
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
* Refine ruff configuration
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
* Format doc
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
* Run doc8 on all rst files
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
* Enable doc style checks
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
* Add support for new OS versions
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
* Update scripts aboutcode references
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
* Do not format more test data
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
* Do not treat rst as Python
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
* Combine testing and docs extra for simplicity
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
* Refine checking of docs with doc8
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
* Refine doc handling
* remove CI scripts and use Makefile targets instead
* ensure doc8 runs quiet
* add new docs-check make target to run documentation and links checks
* update oudated doc for docs contribution
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
* Add twine check to release publication
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
* Refine doc contribution docs
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
* Replace black and isort with ruff
* Use ruff config and Make commands from scancode.io
Signed-off-by: Jono Yang <jyang@nexb.com>
* Use org standard 100 line length
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
* Lint all common code directories
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
* Remove unused targets
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
* Improve import sorting
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
* Apply small code updates
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
* Format code
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
* Apply cosmetic refactorings
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
* Reformat test code
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
* Format code
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
* Refine ruff configuration
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
* Format doc
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
* Run doc8 on all rst files
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
* Enable doc style checks
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
* Do not format more test data
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
* Do not treat rst as Python
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
* Combine testing and docs extra for simplicity
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
* Refine checking of docs with doc8
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
* Refine doc handling
* remove CI scripts and use Makefile targets instead
* ensure doc8 runs quiet
* add new docs-check make target to run documentation and links checks
* update oudated doc for docs contribution
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
* Add twine check to release publication
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
* Refine doc contribution docs
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
* Update codestyle command
* Remove trailing whitespace
Signed-off-by: Jono Yang <jyang@nexb.com>
* Update README.rst
Signed-off-by: Jono Yang <jyang@nexb.com>
* Update BUILDDIR envvar in docs/Makefile
Signed-off-by: Jono Yang <jyang@nexb.com>
* Fix doc line length
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
* Format code
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
* Correct supported runner on Azure
See for details:
https://learn.microsoft.com/en-us/azure/devops/pipelines/agents/hosted?view=azure-devops&tabs=yaml
macOS ARM images do not seem to be supported there
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
* Add code checks to CI
Remove running "make check" as a test
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
* Revert support for Python 3.13
This is not yet supported everywhere
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
* Ignore local .env file
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
* Add correct extras for documentation
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
* Improve MANIFEST
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
* Improve cleaning on POSIX
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
* Rename dev extra to "dev"
Instead of testing ... and update references accordingly
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
* Add more excludes from tests
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
* Do not lint django migrations
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
* Add README.rst to list of "license files"
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
* Use Python 3.9 as lowest suupported version
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
* Drop pycodestyle
Not used anymore
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
* Bump pytest minimal version
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
* Update CI runners and scripts
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
* Add missing wheel builds on release CI
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
* Add scancode-toolkit to dev environment
Signed-off-by: Jono Yang <jyang@nexb.com>
* Update test expectations and GoReSym binary
Signed-off-by: Jono Yang <jyang@nexb.com>
* Run make valid
Signed-off-by: Jono Yang <jyang@nexb.com>
---------
Signed-off-by: Jono Yang <jyang@nexb.com>
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
Signed-off-by: Chin Yeung Li <tli@nexb.com>
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Co-authored-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
Co-authored-by: Keshav Priyadarshi <git@keshav.space>
Co-authored-by: Chin Yeung Li <tli@nexb.com>
Co-authored-by: Philippe Ombredanne <pombredanne@nexb.com>1 parent 442bc5b commit d505dc0
36 files changed
Lines changed: 425 additions & 318 deletions
File tree
- .github/workflows
- docs
- scripts
- source
- contribute
- etc
- ci
- scripts
- src/go_inspector
- bin
- tests
- data
- packages
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
| 26 | + | |
| 27 | + | |
29 | 28 | | |
30 | | - | |
31 | | - | |
32 | | - | |
| 29 | + | |
| 30 | + | |
33 | 31 | | |
34 | 32 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | | - | |
34 | | - | |
| 33 | + | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
38 | 41 | | |
39 | 42 | | |
40 | | - | |
| 43 | + | |
41 | 44 | | |
42 | 45 | | |
43 | 46 | | |
| |||
47 | 50 | | |
48 | 51 | | |
49 | 52 | | |
50 | | - | |
| 53 | + | |
51 | 54 | | |
52 | 55 | | |
53 | 56 | | |
54 | | - | |
| 57 | + | |
55 | 58 | | |
56 | 59 | | |
57 | 60 | | |
58 | 61 | | |
59 | 62 | | |
60 | | - | |
| 63 | + | |
61 | 64 | | |
62 | 65 | | |
63 | 66 | | |
| |||
67 | 70 | | |
68 | 71 | | |
69 | 72 | | |
70 | | - | |
| 73 | + | |
71 | 74 | | |
72 | 75 | | |
73 | 76 | | |
74 | | - | |
| 77 | + | |
75 | 78 | | |
76 | 79 | | |
77 | 80 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
| 76 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
2 | 4 | | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
| 11 | + | |
9 | 12 | | |
10 | 13 | | |
11 | 14 | | |
12 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
13 | 22 | | |
14 | | - | |
| 23 | + | |
15 | 24 | | |
| 25 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
25 | 29 | | |
26 | | - | |
| 30 | + | |
27 | 31 | | |
28 | 32 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | 33 | | |
38 | 34 | | |
39 | | - | |
| 35 | + | |
40 | 36 | | |
41 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| |||
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
61 | | - | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
62 | 67 | | |
63 | 68 | | |
64 | 69 | | |
65 | 70 | | |
66 | 71 | | |
67 | 72 | | |
68 | | - | |
| 73 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
26 | 34 | | |
27 | 35 | | |
28 | | - | |
29 | | - | |
30 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
31 | 39 | | |
32 | 40 | | |
33 | 41 | | |
34 | 42 | | |
35 | 43 | | |
36 | | - | |
37 | | - | |
38 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
39 | 47 | | |
40 | 48 | | |
41 | 49 | | |
42 | 50 | | |
43 | 51 | | |
44 | | - | |
45 | | - | |
46 | | - | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
47 | 55 | | |
48 | 56 | | |
49 | 57 | | |
50 | 58 | | |
51 | 59 | | |
52 | | - | |
53 | | - | |
54 | | - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
55 | 63 | | |
56 | 64 | | |
57 | 65 | | |
58 | 66 | | |
59 | 67 | | |
60 | | - | |
61 | | - | |
62 | | - | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
63 | 71 | | |
64 | 72 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
| 32 | + | |
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
37 | 36 | | |
38 | 37 | | |
39 | | - | |
| 38 | + | |
40 | 39 | | |
41 | 40 | | |
42 | 41 | | |
| |||
111 | 110 | | |
112 | 111 | | |
113 | 112 | | |
114 | | - | |
| 113 | + | |
115 | 114 | | |
116 | 115 | | |
117 | 116 | | |
| |||
168 | 167 | | |
169 | 168 | | |
170 | 169 | | |
| 170 | + | |
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | | - | |
189 | 188 | | |
190 | 189 | | |
191 | 190 | | |
| |||
0 commit comments