Skip to content

Commit

Permalink
Some ksylint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rurban committed Apr 20, 2022
1 parent 0382684 commit c5adcf7
Show file tree
Hide file tree
Showing 11 changed files with 35 additions and 30 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# pip install ksylint
KSYLINT = ksylint
check:
ksylint *.ksy
6 changes: 3 additions & 3 deletions dwg_ac1001.ksy
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ meta:
application: AutoCAD
file-extension:
- dwg
license: CC0-1.0
xref:
justsolve: DWG
pronom:
fmt: 27
mime:
- application/x-dwg
- image/vnd.dwg
pronom:
fmt: 27
wikidata: Q27863117
license: CC0-1.0
endian: le
seq:
- id: header
Expand Down
6 changes: 3 additions & 3 deletions dwg_ac1002.ksy
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ meta:
application: AutoCAD
file-extension:
- dwg
license: CC0-1.0
xref:
justsolve: DWG
pronom:
fmt: 28
mime:
- application/x-dwg
- image/vnd.dwg
pronom:
fmt: 28
wikidata: Q27863119
license: CC0-1.0
endian: le
seq:
- id: header
Expand Down
6 changes: 3 additions & 3 deletions dwg_ac1003.ksy
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ meta:
application: AutoCAD
file-extension:
- dwg
license: CC0-1.0
xref:
justsolve: DWG
pronom:
fmt: 29
mime:
- application/x-dwg
- image/vnd.dwg
pronom:
fmt: 29
wikidata: Q27863121
license: CC0-1.0
endian: le
seq:
- id: header
Expand Down
6 changes: 3 additions & 3 deletions dwg_ac1004.ksy
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ meta:
application: AutoCAD
file-extension:
- dwg
license: CC0-1.0
xref:
justsolve: DWG
pronom:
fmt: 30
mime:
- application/x-dwg
- image/vnd.dwg
pronom:
fmt: 30
wikidata: Q27863122
license: CC0-1.0
endian: le
seq:
- id: header
Expand Down
6 changes: 3 additions & 3 deletions dwg_ac1006.ksy
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ meta:
application: AutoCAD
file-extension:
- dwg
license: CC0-1.0
xref:
justsolve: DWG
pronom:
fmt: 31
mime:
- application/x-dwg
- image/vnd.dwg
pronom:
fmt: 31
wikidata: Q27863123
license: CC0-1.0
endian: le
seq:
- id: header
Expand Down
6 changes: 3 additions & 3 deletions dwg_ac1009.ksy
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ meta:
application: AutoCAD
file-extension:
- dwg
license: CC0-1.0
xref:
justsolve: DWG
pronom:
fmt: 32
mime:
- application/x-dwg
- image/vnd.dwg
pronom:
fmt: 32
wikidata: Q27863127
license: CC0-1.0
endian: le
seq:
- id: header
Expand Down
6 changes: 3 additions & 3 deletions dwg_ac1_2.ksy
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ meta:
application: AutoCAD
file-extension:
- dwg
license: CC0-1.0
xref:
justsolve: DWG
pronom:
fmt: 22
mime:
- application/x-dwg
- image/vnd.dwg
pronom:
fmt: 22
wikidata: Q27863107
license: CC0-1.0
endian: le
seq:
- id: header
Expand Down
7 changes: 4 additions & 3 deletions dwg_ac1_40.ksy
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ meta:
application: AutoCAD
file-extension:
- dwg
license: CC0-1.0
xref:
justsolve: DWG
pronom:
fmt: 24
mime:
- application/x-dwg
- image/vnd.dwg
pronom:
fmt: 24
wikidata: Q27863111
license: CC0-1.0
endian: le
seq:
- id: header
Expand Down Expand Up @@ -102,6 +102,7 @@ types:
- id: unknown1
type: f8
doc: 0x01d0-0x01d7
# r1_2 stops here
- id: linear_units_format
type: s2
enum: unit_types
Expand Down
6 changes: 3 additions & 3 deletions dwg_ac1_50.ksy
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ meta:
application: AutoCAD
file-extension:
- dwg
license: CC0-1.0
xref:
justsolve: DWG
pronom:
fmt: 25
mime:
- application/x-dwg
- image/vnd.dwg
pronom:
fmt: 25
wikidata: Q27863113
license: CC0-1.0
endian: le
seq:
- id: header
Expand Down
6 changes: 3 additions & 3 deletions dwg_ac2_10.ksy
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ meta:
application: AutoCAD
file-extension:
- dwg
license: CC0-1.0
xref:
justsolve: DWG
pronom:
fmt: 26
mime:
- application/x-dwg
- image/vnd.dwg
pronom:
fmt: 26
wikidata: Q27863116
license: CC0-1.0
endian: le
seq:
- id: header
Expand Down

0 comments on commit c5adcf7

Please sign in to comment.