Skip to content

Commit

Permalink
Use Aqua.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Jun 27, 2019
1 parent 1124f7c commit bafb3c0
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
[![Build Status](https://travis-ci.com/tkf/BangBang.jl.svg?branch=master)](https://travis-ci.com/tkf/BangBang.jl)
[![Codecov](https://codecov.io/gh/tkf/BangBang.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/tkf/BangBang.jl)
[![Coveralls](https://coveralls.io/repos/github/tkf/BangBang.jl/badge.svg?branch=master)](https://coveralls.io/github/tkf/BangBang.jl?branch=master)
[![Aqua QA](https://img.shields.io/badge/Aqua.jl-%F0%9F%8C%A2-aqua.svg)](https://github.com/tkf/Aqua.jl)
8 changes: 8 additions & 0 deletions test/Manifest.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# This file is machine-generated - editing it directly is not advised

[[Aqua]]
deps = ["Test"]
git-tree-sha1 = "3f64ef101feed310f3d6228a9ec5f1c1931934eb"
repo-rev = "master"
repo-url = "https://github.com/tkf/Aqua.jl"
uuid = "4c88cf16-eb10-579e-8560-4a9242c79595"
version = "0.3.0"

[[BangBang]]
deps = ["LinearAlgebra", "Requires", "Setfield"]
path = ".."
Expand Down
2 changes: 2 additions & 0 deletions test/Project.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
[deps]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
BangBang = "198e06fe-97b7-11e9-32a5-e1d131e6ad66"
Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
12 changes: 12 additions & 0 deletions test/test_aqua.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
module TestAqua

using Aqua
using BangBang
using Setfield

Aqua.test_all(
BangBang;
ambiguities=(exclude=[Base.get, Setfield.set, Setfield.modify],),
)

end # module

0 comments on commit bafb3c0

Please sign in to comment.