Skip to content

Commit

Permalink
happy: Fix static analysis deprecation warning (#5971)
Browse files Browse the repository at this point in the history
This fixes the following warning:

WARNING: The 'lint' option for pw_python_package is deprecated. Instead, use 'static_analysis = []' to disable linting.
  • Loading branch information
mspang authored Apr 13, 2021
1 parent b2e3ece commit e9c15e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/happy/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ import("$dir_pw_build/python.gni")

pw_python_package("happy") {
setup = [ "repo/setup.py" ]
lint = false
static_analysis = []
}

0 comments on commit e9c15e3

Please sign in to comment.