kitty/kitty-rpmlintrc
Scott Bradnick b71db3c28d - Update to 0.36.2:
* Linux: Fix a regression in 0.36.0 that caused font features defined via
    fontconfig to be ignored (#7773)
  * goto_tab: Allow numbers less than -1 to go to the Nth previously active tab
  * Wayland: Fix for upcoming explicit sync changes in Wayland compositors
    breaking kitty (#7767)
  * Remote control: When listening on a UNIX domain socket only allow
    connections from processes having the same user id (#7777)
  * kitten @: Fix a regression connecting to TCP sockets using plain IP
    addresses rather than hostnames (#7794)
  * diff kitten: Fix a regression that broke diffing against remote
    files (#7797)

OBS-URL: https://build.opensuse.org/package/show/X11:terminals/kitty?expand=0&rev=161
2024-09-06 14:49:10 +00:00

5 lines
261 B
Plaintext

addFilter("non-executable-script *");
#addFilter("python-bytecode-inconsistent-mtime *");
addFilter("potential-bashisms /usr/lib64/kitty/shell-integration/ssh/bootstrap-utils.sh");
addFilter("hidden-file-or-dir /usr/lib64/kitty/shell-integration/zsh/.zshenv");