Age | Commit message (Collapse) | Author |
|
Used pyflakes to find unused imports from bin/ folder. Then, removed
those unused imports.
Change-Id: I439dbc443d6da6d82700ff9caf2f4f2677f46b5f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158819
Reviewed-by: Hossein <hossein@libreoffice.org>
Tested-by: Hossein <hossein@libreoffice.org>
|
|
python2 is nearing its EOL.
(The new version still runs fine with python2 if explicitly called
as 'python2 bin/find-most-common-warn-messages.py').
Change-Id: I1153a3e468a7f36c299767a32f683b84efa8af04
Reviewed-on: https://gerrit.libreoffice.org/80286
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
|
|
Change-Id: I85309b7d805e59da49adae74b7df21bd048deb03
|
|
Change-Id: If7ea670195e55d306c4b0733bfcd3c8c6040eddc
|
|
Change-Id: I1c37b32e2127ba99b48b5ce3176e605f4e797475
|
|
A script to search our test logs and sort the messages by how common
they are so we can start to reduce the noise a little.
Change-Id: I8a6e6167c42447f9869ac700300d1b243f055e2b
|