Skip to content

Commit cc7db2d

Browse files
committed
fix lint
1 parent ee57584 commit cc7db2d

20 files changed

+7
-60
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
* improve NULL pointer handling [dloebl]
66
* improve GFlags argument handling [jcupitt]
7-
* add missing flags and enums [jcupitt]
7+
* add missing flag and enum docs [jcupitt]
88

99
## Version 2.2.4 (2025-06-05)
1010

lib/vips/combine.rb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Vips
2-
# How to combine values, see for example {Image#compass}.
2+
# How to combine values, see for example {Image#compass}.
33
#
44
# * `:max` take the maximum of the possible values
55
# * `:sum` sum all the values
@@ -8,5 +8,3 @@ module Vips
88
class Combine < Symbol
99
end
1010
end
11-
12-

lib/vips/fail_on.rb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Vips
2-
# How sensitive loaders are to errors, from never stop (very insensitive),
2+
# How sensitive loaders are to errors, from never stop (very insensitive),
33
# to stop on the smallest warning (very sensitive).
44
#
55
# Each implies the ones before it, so `:error` implies `:truncated`, for
@@ -13,5 +13,3 @@ module Vips
1313
class FailOn < Symbol
1414
end
1515
end
16-
17-

lib/vips/foreign_dz_container.rb

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,3 @@ module Vips
88
class ForeignDzContainer < Symbol
99
end
1010
end
11-
12-
13-
14-
15-
16-

lib/vips/foreign_dz_depth.rb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,3 @@ module Vips
88
class ForeignDzDepth < Symbol
99
end
1010
end
11-
12-
13-
14-
15-

lib/vips/foreign_dz_layout.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,3 @@ module Vips
1010
class ForeignDzLayout < Symbol
1111
end
1212
end
13-
14-
15-
16-

lib/vips/foreign_heif_compression.rb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,3 @@ module Vips
99
class ForeignHeifCompression < Symbol
1010
end
1111
end
12-
13-
14-
15-
16-

lib/vips/foreign_heif_encoder.rb

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,3 @@ module Vips
99
class ForeignHeifEncoder < Symbol
1010
end
1111
end
12-
13-
14-
15-
16-
17-

lib/vips/foreign_keep.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@ module Vips
1111
class ForeignKeep < Symbol
1212
end
1313
end
14-

lib/vips/foreign_png_filter.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,3 @@ module Vips
1111
class ForeignPngFilter < Symbol
1212
end
1313
end
14-
15-
16-

0 commit comments

Comments
 (0)