Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
VA2AM integration
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
713
VAMP
VA2AM integration
Commits
4ca6e0a1
Commit
4ca6e0a1
authored
3 months ago
by
Jakub Judiny
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
1175d40c
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+2
-1
2 additions, 1 deletion
README.md
with
2 additions
and
1 deletion
README.md
+
2
−
1
View file @
4ca6e0a1
...
...
@@ -29,7 +29,7 @@ You can then start programming.
-
Use
`make web-launch`
to run the web interface in debug mode.
-
Use
`make process-incoming`
to process all reports located in the incoming directory.
-
Use
`make test`
to run all unit tests.
-
Use
`make lint`
to check
your
Python code with
flake8 and pylint
, and
your
Jinja templates with djlint.
-
Use
`make lint`
to check
all
Python code with
ruff, pylint and mypy
, and
all
Jinja templates with djlint.
When you are done, do not forget to commit and push the code. Make sure all tests pass
and linters do not show any problems before pushing the code.
...
...
@@ -86,3 +86,4 @@ These parameters can be set for the directory paths:
These parameters can be for the event generation:
-
*apikey*
: API key for access to SNER
-
*special_os*
: list of special operating systems such as debian
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment