You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/rules.md
+1
Original file line number
Diff line number
Diff line change
@@ -17,3 +17,4 @@ Currently is available that rules:
17
17
|@mr-linter/has_changes | Merge Request must have changes in {files}. |`changes` - array <br/> |
18
18
|@mr-linter/title_starts_with_task_number | Title must starts with task number of project {projectName}. Mask: {projectName}-number |`projectName` - string <br/> |
19
19
|@mr-linter/branch_starts_with_task_number | Source branch must starts with task number of project {projectName}. Mask: {projectName}-number |`projectName` - string <br/> |
20
+
|@mr-linter/forbid_changes ||`files` - array of strings <br/> |
0 commit comments