Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Assemblyline/issues/101
  • Loading branch information
cccs-rs authored Feb 16, 2024
2 parents 7e496dc + a75115d commit da975f8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 14 deletions.
16 changes: 5 additions & 11 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,15 @@
"--profile=black",
// "--src=${workspaceFolder}"
],
"python.formatting.autopep8Args": [
"--max-line-length",
"120",
"--experimental"
],
"python.formatting.provider": "autopep8",
"python.formatting.blackArgs": [
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
"black-formatter.args": [
"--line-length=120"
],
"python.linting.enabled": true,
"python.linting.flake8Enabled": true,
"python.linting.flake8Args": [
"flake8.args": [
"--max-line-length=120",
//Added the ignore of E203 for now : https://github.com/PyCQA/pycodestyle/issues/373
"--ignore=E203,W503"
],
"python.linting.pylintEnabled": false,
}
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This guide covers the basics of how to contribute to the Assemblyline project.
Python code should follow the PEP8 guidelines defined here: [PEP8 Guidelines](https://www.python.org/dev/peps/pep-0008/).

## Tell us want you want to build/fix
Before you start coding anything you should connect with the [Assemblyline community](https://groups.google.com/d/forum/cse-cst-assemblyline) to make sure no one else is working on the same thing and that whatever you are going to build still fits with the vision off the system.
Before you start coding anything you should connect with the Assemblyline community via the [Assemblyline Discord server](https://discord.gg/GUAy9wErNu) and/or the [central Assemblyline GitHub project](https://github.com/CybercentreCanada/assemblyline/issues) to make sure no one else is working on the same thing and that whatever you are going to build still fits with the vision of the system.

## Git workflow

Expand All @@ -22,4 +22,4 @@ If you've worked on a new service that you want to be included in the default se

Even if you try to merge in your pull request, you will be denied. Only a few people in our team are allowed to merge code into our repositories.

We check for new pull requests every day and will merge them in once they have been approved by someone in our team.
We check for new pull requests every day and will merge them in once they have been approved by someone in our team.
3 changes: 2 additions & 1 deletion service_manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ disable_cache: false
enabled: true
is_external: false
licence_count: 0
privileged: true

docker_config:
image: ${REGISTRY}cccs/assemblyline-service-torrentslicer:$SERVICE_TAG
cpu_cores: 0.5
ram_mb: 256
ram_mb: 2048

0 comments on commit da975f8

Please sign in to comment.