Skip to content

Commit

Permalink
Lobster supports items without summary
Browse files Browse the repository at this point in the history
Item summary text guard has been removed

Resolved bmw-software-engineering#47
  • Loading branch information
christophkloeffel authored and TannazVhdBMWExt committed Jul 31, 2024
1 parent aabda94 commit 5049e8e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@

### 0.9.17-dev

* The `lobster-html-report` tool now supports argument `--dot` to specify
the path to the graphviz dot utility instead of expecting it in PATH

* The `lobster-online-report` tool now supports argument `--out` to specify
the output file instead of editing the input report

* Adds `with kind` and `with prefix` functionality in lobster.conf files

### 0.9.16

Expand Down
2 changes: 1 addition & 1 deletion docs/config_files.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ LOBSTER source file corresponds to the TRLC requirements type.

Using `with prefix <string>` allows to filter items with a certain
prefix in the `tag` attribute in the LOBSTER source file. For TRLC
requirements the tag attribute corresponds to the requiremet name.
requirements the tag attribute corresponds to the requirement name.

Specifically for requirements you can say:

Expand Down
3 changes: 0 additions & 3 deletions lobster/tools/codebeamer/codebeamer.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,6 @@ def to_lobster(cb_config, cb_item):
text = None,
status = status)

if "name" not in cb_item:
req.error("Item lacks a summary text")

return req


Expand Down

0 comments on commit 5049e8e

Please sign in to comment.