0.01
No release in over 3 years
Low commit activity in last 3 years
Danger plugin to detect any NSLog/print entries left in the code
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3
~> 2.14
= 3.0.7
~> 0.10
~> 10.0
~> 3.4
~> 0.49
~> 0.9.11

Runtime

 Project Readme

Travis Gem License

ios_logs

This is a danger plugin to detect any NSLog/print entries left in the code.

Ensure, by warning, there are no `NSLog`/`print` entries left in the modified code
ios_logs.check
Ensure, by fail, there are no `NSLog`/`print` entries left in the modified code
ios_logs.check :fail
Ensure, there are no `print` left in the modified code. Ignore `NSLog`
ios_logs.nslog = false
ios_logs.check

Attributes

nslog - Notify usage of NSLog. true by default

print - Notify usage of print. true by default

prints - List of print in changeset

nslogs - List of NSLog in changeset

logs - Combined list of both NSLog and print

Methods

check - Checks if in the changed code NSLog or print are used.

License

The project is available as open source under the terms of the MIT License.

About

The project maintained by software development agency PGS Software. See our other open-source projects or contact us to develop your product.

Follow us

Twitter URL
Twitter Follow