summaryrefslogtreecommitdiff
path: root/.hdl_checker.config
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2025-05-04 13:51:11 -0400
committerBenjamin Chausse <benjamin@chausse.xyz>2025-05-04 13:51:11 -0400
commitdbcea96aadb0ee7addcdb0bd0a5bfda6f5cd93e8 (patch)
tree802490dc09d90ca9c4bfd597a02b25f4c04b2ebb /.hdl_checker.config
parentb6e76bbdea1acf7a634c242f3118fdd79f569fc1 (diff)
Stop dual wielding LSPs
Diffstat (limited to '.hdl_checker.config')
-rw-r--r--.hdl_checker.config13
1 files changed, 0 insertions, 13 deletions
diff --git a/.hdl_checker.config b/.hdl_checker.config
deleted file mode 100644
index da7b6c4..0000000
--- a/.hdl_checker.config
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "sources": [
- [ "src/**/*.vhd", { "library": "work", "flags": ["-2008"] } ],
- [ "lib/**/*.vhd", { "library": "work", "flags": ["-2008"] } ]
- ],
- "vhdl": {
- "flags": {
- "single": ["-2008"],
- "dependencies": [],
- "global": []
- }
- }
-}