• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

sk- / git-lint / 285
99%
master: 99%

Build:
Build:
LAST BUILD BRANCH: fix-yaml-load
DEFAULT BRANCH: master
Ran 10 Apr 2019 12:39AM UTC
Jobs 1
Files 6
Run time 1s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
285

Pull #142

travis-ci

web-flow
Silence yaml load warning

```
/home/venv/lib/python3.6/site-packages/gitlint/__init__.py:105: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
  yaml_config = yaml.load(content)
```

We could preserve existing behaviour with `yaml.full_load(content)` or
`yaml.load(content, Loader=yaml.FullLoader)` - that's up to the
maintainer. But it seems to me that safe_load is most appropriate
in this case.

https://github.com/yaml/pyyaml/wiki/PyYAML-yaml.load(input)-Deprecation
Pull Request #142: Silence yaml load warning

1 of 1 new or added line in 1 file covered. (100.0%)

349 of 354 relevant lines covered (98.59%)

0.99 hits per line

Jobs
ID Job ID Ran Files Coverage
4 285.4 10 Apr 2019 12:39AM UTC 0
98.59
Travis Job 285.4
Source Files on build 285
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #285
  • Pull Request #142
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc