From 37d489f0675fde575c35afb2d6c83883641bb556 Mon Sep 17 00:00:00 2001 From: Will Binns Date: Sat, 12 Jan 2019 09:23:44 -0600 Subject: [PATCH] rubocop: Ensure write permissions are set --- .rubocop_todo.yml | 7 ------- _build/txpreview/addlang.rb | 0 _contrib/jshint | 0 3 files changed, 7 deletions(-) mode change 100644 => 100755 _build/txpreview/addlang.rb mode change 100644 => 100755 _contrib/jshint diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 8ac7919c..e1e21ed2 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -6,13 +6,6 @@ # Note that changes in the inspected code, or installation of new # versions of RuboCop, may require this file to be generated again. -# Offense count: 2 -# Cop supports --auto-correct. -Lint/ScriptPermission: - Exclude: - - '_build/txpreview/addlang.rb' - - '_contrib/jshint' - # Offense count: 7 Lint/ShadowingOuterLocalVariable: Exclude: diff --git a/_build/txpreview/addlang.rb b/_build/txpreview/addlang.rb old mode 100644 new mode 100755 diff --git a/_contrib/jshint b/_contrib/jshint old mode 100644 new mode 100755