diff options
author | Calum Lind <calumlind@gmail.com> | 2018-10-05 16:24:36 +0200 |
---|---|---|
committer | Calum Lind <calumlind@gmail.com> | 2018-10-05 19:45:37 +0200 |
commit | a8a4fb69c099b82f3d35ac94e6198996971749dc (patch) | |
tree | 03ccc1f594bcf2cdffe9f93bfd4912d4a99b7361 /packaging | |
parent | [Tests] Remove debug traceback (diff) | |
download | deluge-a8a4fb69c099b82f3d35ac94e6198996971749dc.tar.xz deluge-a8a4fb69c099b82f3d35ac94e6198996971749dc.zip |
[Lint] Exclude js and css from EOF fixer
- When running pre-commit on all files it is picking up minified js and
css files. Since prettier will format correctly the source files ignore
them in end-of-file fixer.
- The template files in web docs can be ignored too.
- Removed the unneeded `pre-commit-hooks` dependency as pre-commit
resolves that itself.
- Include files fixed by pre-commit.
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/osx/deluge.modules | 1 | ||||
-rw-r--r-- | packaging/osx/make-app | 1 | ||||
-rw-r--r-- | packaging/win32/DelugeStart Theme/etc/gtk-2.0/gtkrc | 2 |
3 files changed, 1 insertions, 3 deletions
diff --git a/packaging/osx/deluge.modules b/packaging/osx/deluge.modules index 4090c55c7..c08180abc 100644 --- a/packaging/osx/deluge.modules +++ b/packaging/osx/deluge.modules @@ -60,4 +60,3 @@ module="T/Twisted/Twisted-12.3.0.tar.bz2"/> </distutils> </moduleset> - diff --git a/packaging/osx/make-app b/packaging/osx/make-app index 1353aba63..9489f6c0d 100644 --- a/packaging/osx/make-app +++ b/packaging/osx/make-app @@ -47,4 +47,3 @@ find $LIBDIR/python/deluge-*.egg -name "*.py" -exec rm -f {} \; # Remove source rm -fr $LIBDIR/pygtk/2.0/*demo* echo "*** Packaging done:`du -hs $APPDIR | cut -f 1`" - diff --git a/packaging/win32/DelugeStart Theme/etc/gtk-2.0/gtkrc b/packaging/win32/DelugeStart Theme/etc/gtk-2.0/gtkrc index 7e414b469..3539a6289 100644 --- a/packaging/win32/DelugeStart Theme/etc/gtk-2.0/gtkrc +++ b/packaging/win32/DelugeStart Theme/etc/gtk-2.0/gtkrc @@ -22,4 +22,4 @@ style "user-font" { font_name="9" } -widget_class "*" style "user-font"
\ No newline at end of file +widget_class "*" style "user-font" |