Skip to content

Commit

Permalink
Merge branch 'release/23.02'
Browse files Browse the repository at this point in the history
  • Loading branch information
bia-tech committed Mar 1, 2023
2 parents 04aba86 + 459c32e commit 37686c6
Show file tree
Hide file tree
Showing 17 changed files with 1,072 additions and 62 deletions.
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
.vscode/launch.json
edt-validate-results
edt-validate-results-en
out.json
*.ospx
out.json
*.ospx
.DS_Store
out/*
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
The MIT License (MIT)

Copyright (c) 2016 Andrei Ovsiankin
Copyright (c) 2017-2019 BIA Technologies, LLC
Copyright (c) 2017-2023 BIA Technologies, LLC

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,19 @@

+ Разобрать замечания ЕДТ для проекта *configuration* в репозитории *my_awersome_rep* с внешним файлом правил и создать отчет *out.json*.

```
```shell
edt-ripper -f /mnt/share/custom-rules.json parse ./edt-validate-results ./my_awersome_rep/ configuration ./out.json
```

+ Разобрать замечания ЕДТ для проекта *configuration* в репозитории *my_awersome_rep* с внутренним файлом правил и создать отчет *out.json*

```
```shell
edt-ripper parse ./edt-validate-results ./my_awersome_rep/ configuration ./out.json
```

+ Разобрать замечания для проектов *configuration* и *exts* в репозитории *my_awersome_rep* с внутренним файлом правил и создать отчет *out.json*

```
```shell
edt-ripper parse ./edt-validate-results ./my_awersome_rep/ configuration exts ./out.json
```

Expand Down
Loading

0 comments on commit 37686c6

Please sign in to comment.