Skip to content

Commit

Permalink
ci: Fix pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
ewuerger committed Jun 19, 2024
1 parent 7b18a7a commit 725df49
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .reuse/dep5
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ Source: https://github.com/DSD-DBS/capella-polarion-template
Files: template/.polarion/icons/*
Copyright: THALES GLOBAL SERVICES
License: EPL-2.0

Files: global/icons/*
Copyright: THALES GLOBAL SERVICES
License: EPL-2.0
2 changes: 1 addition & 1 deletion global/fields/workitem-link-role-enum.xml
Original file line number Diff line number Diff line change
Expand Up @@ -240,4 +240,4 @@ SPDX-License-Identifier: Apache-2.0 -->
<rule from="_C2P_logicalFunction" to="_C2P_systemFunction" />
<rule from="_C2P_systemFunction" to="_C2P_operationalActivity" />
</option>
</enumeration>
</enumeration>
2 changes: 1 addition & 1 deletion global/fields/workitem-type-enum.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ SPDX-License-Identifier: Apache-2.0 -->
<option id="_C2P_physicalComponent" name="Physical Component" description="A Component is a constituent part of either the System or Internal Actors. He contributes to their behavior, properties and characteristics, by interacting with other Components and with both Internal and External Actors." iconURL="/polarion/icons/group/Capella_PhysicalComponent.gif" sortOrder="36" />
<option id="_C2P_mode" name="Mode" description="The Mode of an element defines the kind of element exploitation expected in given use conditions. A Mode is activated by operators. It is usually the result of a design decision and is an expected behavior feature of the element." iconURL="/polarion/icons/group/Capella_Mode.gif" sortOrder="37" />
<option id="_C2P_state" name="State" description="The State of an element characterizes the element behavior in given environmental conditions. A State is activated mainly by external conditions, or by operators. It may be unexpected and even suffered." iconURL="/polarion/icons/group/Capella_State.gif" sortOrder="38" />
</enumeration>
</enumeration>
Original file line number Diff line number Diff line change
Expand Up @@ -240,4 +240,4 @@ SPDX-License-Identifier: Apache-2.0 -->
<rule from="_C2P_logicalFunction" to="_C2P_systemFunction" />
<rule from="_C2P_systemFunction" to="_C2P_operationalActivity" />
</option>
</enumeration>
</enumeration>
2 changes: 1 addition & 1 deletion template/.polarion/tracker/fields/workitem-type-enum.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ SPDX-License-Identifier: Apache-2.0 -->
<option id="_C2P_physicalComponent" description="A Component is a constituent part of either the System or Internal Actors. He contributes to their behavior, properties and characteristics, by interacting with other Components and with both Internal and External Actors." iconURL="/polarion/icons/project/%project-id%/Capella_PhysicalComponent.gif" name="Physical Component" sortOrder="36" />
<option id="_C2P_mode" description="The Mode of an element defines the kind of element exploitation expected in given use conditions. A Mode is activated by operators. It is usually the result of a design decision and is an expected behavior feature of the element." iconURL="/polarion/icons/project/%project-id%/Capella_Mode.gif" name="Mode" sortOrder="37" />
<option id="_C2P_state" description="The State of an element characterizes the element behavior in given environmental conditions. A State is activated mainly by external conditions, or by operators. It may be unexpected and even suffered." iconURL="/polarion/icons/project/%project-id%/Capella_State.gif" name="State" sortOrder="38" />
</enumeration>
</enumeration>

0 comments on commit 725df49

Please sign in to comment.