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
In this release `polystat-cli` is published to Maven Central! We have also added a coursier descriptor to the repository so that `polystat-cli` can be installed and managed by [coursier](https://get-coursier.io/)! To install `polystat-cli` with coursier, run the following command:
After that you should be able to just run `polystat-cli` as follows:
9
-
```
10
-
$ polystat -v
11
-
...
12
-
polystat-cli = 0.1.11
13
-
...
14
-
```
15
-
16
-
Besides, the analysis procedure is no longer run if the filtering options (i.e. `excludeRules` / `includeRules`) exclude all the analyzers. Instead, a warning message is printed:
17
-
```
18
-
WARNING: The 'includeRules' key with values "liskov" excludes all the analyzers, so none were run!
19
-
```
5
+
*`odin` was updated to v0.4.5. This change allows the detection of the Direct State Access defects.
6
+
*`py2eo` was updated to v0.0.14.
7
+
*`polystat-cli`:
8
+
* The generated SARIF output was changed slightly to be viewable with the [VSCode SARIF extension](https://marketplace.visualstudio.com/items?itemName=MS-SarifVSCode.sarif-viewer). (thanks to @br4ch1st0chr0n3)
9
+
* The output directories and temporary directories that were specified either on the command line or in the config file are now created automatically if they don't exist.
0 commit comments