-
Notifications
You must be signed in to change notification settings - Fork 97
Версия 3.7.0 с плагинами v2.0.0, тестирование на GA #340
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
ovcharenko-di
merged 36 commits into
oscript-library:develop
from
ovcharenko-di:fix/testing
Dec 18, 2025
Merged
Changes from 29 commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
3dd9e0c
upd tests
ovcharenko-di 6e09c8a
fix testing
ovcharenko-di 14c3312
add gitkeep
ovcharenko-di 78c7bf9
rm install-gitsync, fix test command
ovcharenko-di b9c2816
Revert "add gitkeep"
ovcharenko-di 35e2ac2
upd tasks and debug
ovcharenko-di 7aa8121
fix typo
ovcharenko-di 66d1392
fix typo
ovcharenko-di 17399af
speed up tests
ovcharenko-di 5fc9bc0
fix typo
66989ff
add bsl language config
a708b7f
upd gitignore
1ce3bcb
rip jenkins
835211c
rip travis-ci
573d827
bump deps and version
e3356b7
upd guide
0604816
upd testing workflow
ebe5ddf
fix
d8633d4
fix steps, features and typos
c3d5fee
switch to local
c4d12b9
implement test
75a95f5
upd coverage (from gitsync-plugins)
e279ea6
cleanup
60f85dd
fix naming
6999ee6
rm exe, cleanup
751ec3d
switch to full paths, fix logging
777bfef
take plugins from master@gitsync-plugins
593bedc
bump
14def65
add gitattributes
7eaf668
fix sonar issues
017cb62
fix deps
692e609
fix debug
9d151ec
fix tasks
a6df48e
upd test.os
02bc83f
fix typos
8f2e785
rm redundant lines
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| { | ||
| "$schema": "https://1c-syntax.github.io/bsl-language-server/configuration/schema.json", | ||
| "diagnostics": { | ||
| "parameters": { | ||
| "Typo": { | ||
| "minWordLength": 3, | ||
| "userWordsToIgnore": "Гитсинк" | ||
| } | ||
| } | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| *.sh eol=lf | ||
| *.md eol=lf | ||
| *.yml eol=lf | ||
| *.yaml eol=lf | ||
|
|
||
| *.bat eol=crlf |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.