We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1139a2 commit c8489c9Copy full SHA for c8489c9
lib/arduino_ci/cpp_library.rb
@@ -164,10 +164,7 @@ def exclude_dirs=(rval)
164
# but we rely on the cli to decide for us
165
# @return [bool]
166
def one_point_five?
167
- return false unless library_properties?
168
-
169
- src_dir = path + "src"
170
- src_dir.exist? && src_dir.directory?
+ !info[:is_legacy]
171
end
172
173
# Guess whether a file is part of the vendor bundle (indicating we should ignore it).
0 commit comments