Skip to content

Commit

Permalink
Merge pull request #70 from 1C-Company/bugfix/fix-module-revalidation
Browse files Browse the repository at this point in the history
Не ревалидируется модуль в редакторе при изменении в объекте подавлений
  • Loading branch information
tretyakevich committed May 15, 2024
2 parents 13fda51 + 9b30223 commit dd2fe63
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ target/
*/reports
#Mac-specific directory that no other operating system needs.
.DS_Store
.m2/
.m2/

org.sonarlint.eclipse.core.prefs
2 changes: 1 addition & 1 deletion bundles/com.e1c.dt.check.form/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ Import-Package: com._1c.g5.v8.bm.core;version="[8.0.0,9.0.0)",
com.e1c.g5.v8.dt.check.ext;version="[1.0.0,2.0.0)",
com.e1c.g5.v8.dt.check.qfix;version="[3.0.0,4.0.0)",
com.e1c.g5.v8.dt.check.qfix.components;version="[1.0.0,2.0.0)",
com.e1c.g5.v8.dt.check.settings;version="[3.0.0,4.0.0)",
com.e1c.g5.v8.dt.check.settings;version="[4.0.0,5.0.0)",
com.google.common.base;version="[32.1.0,33.0.0)"
2 changes: 1 addition & 1 deletion bundles/com.e1c.dt.check.md/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ Import-Package: com._1c.g5.v8.bm.core;version="[8.0.0,9.0.0)",
com.e1c.g5.v8.dt.check;version="[2.0.0,3.0.0)",
com.e1c.g5.v8.dt.check.components;version="[2.0.0,3.0.0)",
com.e1c.g5.v8.dt.check.context;version="[2.0.0,3.0.0)",
com.e1c.g5.v8.dt.check.settings;version="[3.0.0,4.0.0)"
com.e1c.g5.v8.dt.check.settings;version="[4.0.0,5.0.0)"
Export-Package: com.e1c.dt.check.md;version="0.7.0"
2 changes: 1 addition & 1 deletion tests/com.e1c.dt.check.md.itests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ Import-Package: com._1c.g5.v8.bm.core;version="[8.0.0,9.0.0)",
com._1c.g5.wiring.binder;version="[1.1.0,2.0.0)",
com.e1c.dt.check.md;version="[0.7.0,0.8.0)",
com.e1c.g5.v8.dt.check;version="[2.0.0,3.0.0)",
com.e1c.g5.v8.dt.check.settings;version="[3.0.0,4.0.0)",
com.e1c.g5.v8.dt.check.settings;version="[4.0.0,5.0.0)",
com.e1c.g5.v8.dt.testing.check;version="[1.0.0,2.0.0)"

0 comments on commit dd2fe63

Please sign in to comment.