question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

daml test --with-dlint command is not checking for .dlint.yaml instead checking for dlint.yaml

See original GitHub issue

When we issue a command daml test --with-dlint .\<PROJECTFOLDER> it has to check for .dlint.yaml … instead its checking for dlint.yaml . If run above query … Its throwing below error.
image
When i tried renaming file to dlint.yaml and ran query. It worked.
SDK Version: 1.9.0

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
cocreaturecommented, Mar 1, 2021

closing in favor of #8887

1reaction
cocreaturecommented, Feb 17, 2021

At the moment, there is no support for linting a whole project. I fully agree that this is a sensible feature so I’ve opened #8887 to track this.

Read more comments on GitHub >

github_iconTop Results From Across the Web

.dlint.yaml versus dlint.yaml - Daml Developers Community
When I template a daml project, I get a .dlint.yaml file, which I can use to customise linting. When, however, I read through...
Read more >
Check your YAML for errors with yamllint - Red Hat
Check for YAML violations in your code before it gets executed with ... The yamllint command is designed, as its name implies, to...
Read more >
create-daml-app/.dlint.yaml at master · digital-asset/create-daml-app ...
This is an obsolete copy of a template that has now been moved to the DAML SDK repo. Please see https://docs.daml.com/getting-started/index.html for the ......
Read more >
Release of Daml Connect 1.10.0 - Digital Asset Blog
This release is purely additive so no action needs to be taken. We recommend testing projects with Daml-LF 1.11 or fixing Daml-LF version...
Read more >
How do I validate my YAML file from command line?
With basic Ruby installation this should work: ruby -ryaml -e "p YAML.load(STDIN.read)" < data.yaml. Python version (thx @Murphy):
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found