Skip to content

Commit 4d974b1

Browse files
committed
Add lenient yamllint, fix example docs
Configured to only care about things like duplicate keys, not whitespace issues.
1 parent fa8efe3 commit 4d974b1

10 files changed

+45
-41
lines changed

.travis/environment.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,4 @@ dependencies:
4545
- pytest-logging
4646
- pytest-faulthandler
4747
- SharedArray
48+
- yamllint # testing

.yamllint

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
extends: default
2+
3+
rules:
4+
# We could enable these if we find a decent yaml autoformatter.
5+
# (yamlfmt in pip is too buggy at the moment for our files)
6+
#
7+
# The effort of fixing them by hand, especially auto-generated yamls, is not
8+
# currently worth it.
9+
10+
# Many tools (eg. generated secure keys) don't output wrapped lines.
11+
line-length: disable
12+
13+
# Pedantry & existing docs don't have it.
14+
document-start: disable
15+
16+
# Warning that truthy values are not quoted.
17+
# Many documents currently use "True" without quotes, so this would be a
18+
# larger change across almost every doc.
19+
truthy: disable
20+
21+
# Whitespace issues: hundreds in existing docs.
22+
indentation: disable
23+
trailing-spaces: disable
24+
commas: disable
25+
new-line-at-end-of-file: disable
26+
brackets: disable
27+
hyphens: disable
28+
colons: disable
29+
comments: disable
30+
comments-indentation: disable
31+
32+
33+
34+

check-code.sh

+9
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,12 @@ pylint -j 2 --reports no datacube datacube_apps
1212
# Users can specify extra folders as arguments.
1313
pytest -r sx --cov datacube --doctest-ignore-import-errors --durations=5 datacube tests datacube_apps $@
1414

15+
set +x
16+
17+
# Optinally validate example yaml docs.
18+
if which yamllint;
19+
then
20+
set -x
21+
yamllint $(find . \( -iname '*.yaml' -o -iname '*.yml' \) )
22+
set +x
23+
fi

docs/config_samples/dataset_types/dem1sv1_0.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,3 @@ measurements:
3030
dtype: float32
3131
nodata: -3.4028235e+38
3232
units: 'metre'
33-

docs/config_samples/dataset_types/dsm1sv10.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,3 @@ measurements:
2222
dtype: float32
2323
nodata: .nan
2424
units: 'metre'
25-

docs/config_samples/dataset_types/h8_granules.yaml

-1
Large diffs are not rendered by default.

docs/config_samples/dataset_types/ls7_scenes.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,6 @@ measurements:
242242

243243
---
244244

245-
246-
247245
name: ls7_ledaps_scene
248246
description: Landsat 7 LEDAPS 25 metre
249247
metadata_type: eo

docs/config_samples/dataset_types/s2_granules.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,6 @@ measurements:
335335
units: '1'
336336
dtype: uint16
337337
nodata: 0
338-
units: '1'
339338
flags_definition:
340339
sca:
341340
bits: [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15]
@@ -351,4 +350,4 @@ measurements:
351350
7: cloud high probability
352351
8: thin cirrus
353352
9: snow
354-
10: defective or saturated
353+
10: defective or saturated

docs/config_samples/dataset_types/usgs_ard.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
name: ls5_usgs_ard
32
description: Landsat 5 USGS ARD 30 metre tile
43
metadata_type: eo
@@ -176,4 +175,3 @@ measurements:
176175
spectral_definition:
177176
wavelength: [2000, 2001, 2003, 2005, 2007, 2009, 2011, 2013, 2015, 2017, 2018, 2020, 2022, 2024, 2026, 2028, 2030, 2032, 2034, 2035, 2037, 2039, 2041, 2043, 2045, 2047, 2049, 2051, 2052, 2054, 2056, 2058, 2060, 2062, 2064, 2066, 2067, 2069, 2071, 2073, 2075, 2077, 2079, 2081, 2083, 2085, 2086, 2088, 2090, 2092, 2094, 2096, 2099, 2100, 2102, 2104, 2106, 2108, 2110, 2112, 2114, 2116, 2117, 2119, 2121, 2123, 2125, 2127, 2129, 2131, 2133, 2135, 2136, 2138, 2140, 2142, 2144, 2146, 2148, 2150, 2151, 2153, 2155, 2157, 2159, 2161, 2163, 2165, 2166, 2168, 2170, 2172, 2174, 2176, 2178, 2180, 2182, 2183, 2185, 2187, 2189, 2191, 2193, 2195, 2197, 2199, 2201, 2203, 2205, 2207, 2209, 2210, 2212, 2214, 2216, 2218, 2220, 2222, 2223, 2226, 2227, 2229, 2231, 2233, 2235, 2237, 2239, 2241, 2242, 2244, 2246, 2248, 2250, 2252, 2254, 2256, 2258, 2259, 2261, 2263, 2265, 2267, 2269, 2271, 2273, 2274, 2276, 2278, 2280, 2282, 2284, 2286, 2288, 2290, 2292, 2293, 2295, 2297, 2299, 2301, 2303, 2305, 2307, 2309, 2310, 2312, 2314, 2316, 2318, 2320, 2322, 2323, 2325, 2327, 2329, 2331, 2333, 2335, 2337, 2339, 2340, 2342, 2344, 2346, 2348, 2350, 2352, 2354, 2355, 2357, 2359, 2361, 2363, 2365, 2367, 2369, 2371, 2373, 2374, 2376, 2378, 2380, 2382, 2384, 2386, 2390, 2395, 2400]
178177
response: [0.0, 0.003, -0.002, 0.003, -0.001, 0.0, 0.004, -0.004, 0.002, 0.002, 0.002, 0.012, 0.009, 0.007, 0.011, 0.02, 0.017, 0.03, 0.035, 0.037, 0.044, 0.051, 0.065, 0.08, 0.088, 0.102, 0.133, 0.165, 0.188, 0.22, 0.264, 0.316, 0.367, 0.421, 0.484, 0.554, 0.59, 0.67, 0.683, 0.73, 0.756, 0.767, 0.794, 0.774, 0.776, 0.789, 0.775, 0.784, 0.778, 0.768, 0.762, 0.761, 0.775, 0.775, 0.764, 0.784, 0.792, 0.814, 0.794, 0.825, 0.817, 0.806, 0.819, 0.821, 0.852, 0.832, 0.836, 0.85, 0.855, 0.862, 0.853, 0.871, 0.848, 0.882, 0.875, 0.86, 0.856, 0.887, 0.85, 0.872, 0.879, 0.857, 0.865, 0.867, 0.871, 0.882, 0.87, 0.869, 0.873, 0.877, 0.868, 0.88, 0.877, 0.87, 0.878, 0.88, 0.868, 0.881, 0.87, 0.856, 0.863, 0.863, 0.857, 0.844, 0.859, 0.857, 0.852, 0.866, 0.868, 0.856, 0.856, 0.847, 0.861, 0.862, 0.84, 0.856, 0.838, 0.856, 0.837, 0.842, 0.826, 0.844, 0.827, 0.842, 0.822, 0.843, 0.823, 0.854, 0.839, 0.853, 0.854, 0.865, 0.873, 0.869, 0.865, 0.893, 0.89, 0.89, 0.906, 0.924, 0.92, 0.922, 0.939, 0.916, 0.94, 0.93, 0.942, 0.957, 0.954, 0.951, 0.954, 0.966, 0.975, 0.985, 0.971, 0.973, 0.97, 0.993, 0.996, 0.983, 0.972, 1.0, 0.998, 0.971, 0.968, 0.967, 0.962, 0.949, 0.923, 0.929, 0.917, 0.934, 0.903, 0.926, 0.916, 0.942, 0.924, 0.92, 0.863, 0.824, 0.775, 0.684, 0.583, 0.48, 0.378, 0.275, 0.233, 0.171, 0.131, 0.111, 0.081, 0.069, 0.046, 0.029, 0.038, -0.002, 0.029, 0.016, 0.009, 0.017, 0.003, 0.015, 0.0, -0.009, 0.007, 0.0, 0.0, 0.0]
179-

docs/ops/example-dataset.yaml

-32
Original file line numberDiff line numberDiff line change
@@ -529,38 +529,6 @@ lineage:
529529
label: Middle Infrared 2
530530
number: '7'
531531
cell_size: 25.0
532-
lineage:
533-
algorithm:
534-
name: LPGS
535-
version: 12.7.0
536-
parameters: {}
537-
machine:
538-
hostname: r2200
539-
runtime_id: d052fcb0-1ccb-11e6-b546-a0000100fe80
540-
software_versions:
541-
eodatasets:
542-
repo_url: https://github.com/GeoscienceAustralia/eo-datasets.git
543-
version: '0.4'
544-
galpgs:
545-
repo_url: https://github.com/GeoscienceAustralia/galpgs.git
546-
version: 1.1.1
547-
gqa:
548-
repo_url: https://github.com/GeoscienceAustralia/gqa.git
549-
version: '0.6'
550-
pinkmatter: 4.1.4084
551-
uname: 'Linux r2200 2.6.32-573.22.1.el6.x86_64 #1 SMP Wed Mar
552-
23 03:35:39 UTC 2016 x86_64'
553-
ancillary_quality: DEFINITIVE
554-
ancillary:
555-
cpf:
556-
name: L5CPF20111001_20111231.08
557-
uri: /g/data/v10/eoancillarydata/sensor-specific/LANDSAT5/CalibrationParameterFile/L5CPF20111001_20111231.08
558-
access_dt: 2016-05-18 18:30:03
559-
modification_dt: 2014-11-26 13:03:33
560-
checksum_sha1: 1743fad95ac392239f92d9cb85fd30f3228f680c
561-
label: Middle Infrared 2
562-
number: '7'
563-
cell_size: 25.0
564532
lineage:
565533
algorithm:
566534
name: LPGS

0 commit comments

Comments
 (0)