loot / loot.github.io

The website and meta issue tracker.
https://loot.github.io
GNU General Public License v3.0
12 stars 9 forks source link

State of masterlist.schema.yaml #105

Closed pStyl3 closed 2 years ago

pStyl3 commented 2 years ago

https://github.com/loot/loot.github.io/blob/master/masterlist.schema.yaml

https://github.com/loot/loot.github.io/issues/18

Do we still make use of this file in any way? It features data structures we no longer use, such as:

          'priority':
            type: int
            range: { min: -2000000000, max: 2000000000 }

It also misses other things such as bash_tags, groups and prelude, plus detail.

As such I'm questioning if we should remove the file from the repository.

Ortham commented 2 years ago

No, we don't use it any more, we should probably just remove it.