From cfb0692813f3699e755238ec4507a06f862d05b8 Mon Sep 17 00:00:00 2001 From: Chris Daish Date: Wed, 1 Feb 2017 14:52:47 +0000 Subject: [PATCH] Updated documentation to include the fail_on_deprecation_notices flag --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d703e1e..764cd76 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,10 @@ If you are trying to validate the syntax of code written for application orchest PuppetSyntax.app_management = true +Deprecation notices will cause a failure by default, you can override this functionality by setting: + + PuppetSyntax.fail_on_deprecation_notices = false + ## Installation Add this line to your application's Gemfile: