update static plugin #11

Open
bogdan.terehov wants to merge 2 commits from feature/update_static into master
Member

Добавил возможность пробрасывать необходимые линтеры

### Добавил возможность пробрасывать необходимые линтеры
bogdan.terehov added 1 commit 2023-09-08 06:12:43 +03:00
bogdan.terehov reviewed 2023-09-08 06:14:49 +03:00
@ -65,3 +65,3 @@
ignoreSimpleWhenEntries: true
LabeledExpression:
active: true
active: false
Author
Member

Иначе ругается на код типа return@map

Т.е.

list.map{
	...
	...
	...

	return@map it
}
Иначе ругается на код типа `return@map` Т.е. ```kt list.map{ ... ... ... return@map it } ```
ivan.smolin approved these changes 2023-09-08 10:44:28 +03:00
bogdan.terehov added 1 commit 2023-09-08 23:11:24 +03:00
ivan.smolin approved these changes 2023-09-11 11:52:49 +03:00
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b feature/update_static master
git pull origin feature/update_static

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff feature/update_static
git push origin master
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: TouchInstinct/BuildScripts#11
No description provided.