Sha256: 3018bb13f247b713b1b3c10c19c689f5213dc92c0070bc4eaa9f0876602e0cdf

Contents?: true

Size: 400 Bytes

Versions: 38

Compression:

Stored size: 400 Bytes

Contents

Given /^I have (not )?suppressed syntax checking message dialogs$/ do |negate|
  if negate
    Redcar::SyntaxCheck.storage['supress_message_dialogs'] = true
  else
    Redcar::SyntaxCheck.storage['supress_message_dialogs'] = false
  end
end

Given /^I excluded "(.*)" files from being checked for syntax errors$/ do |grammar|
  Redcar::SyntaxCheck.storage['excluded_grammars'] << grammar.downcase
end

Version data entries

38 entries across 38 versions & 2 rubygems

Version Path
redcar-0.13 plugins/syntax_check/features/step_definitions/syntax_check_steps.rb
redcar-dev-0.13.5dev plugins/syntax_check/features/step_definitions/syntax_check_steps.rb
redcar-dev-0.13.4dev plugins/syntax_check/features/step_definitions/syntax_check_steps.rb
redcar-dev-0.13.3dev plugins/syntax_check/features/step_definitions/syntax_check_steps.rb
redcar-dev-0.13.2dev plugins/syntax_check/features/step_definitions/syntax_check_steps.rb
redcar-dev-0.13.1dev plugins/syntax_check/features/step_definitions/syntax_check_steps.rb
redcar-0.12.1 plugins/syntax_check/features/step_definitions/syntax_check_steps.rb
redcar-dev-0.13.0dev plugins/syntax_check/features/step_definitions/syntax_check_steps.rb
redcar-0.12 plugins/syntax_check/features/step_definitions/syntax_check_steps.rb
redcar-dev-0.12.27dev plugins/syntax_check/features/step_definitions/syntax_check_steps.rb
redcar-dev-0.12.26dev plugins/syntax_check/features/step_definitions/syntax_check_steps.rb
redcar-dev-0.12.25dev plugins/syntax_check/features/step_definitions/syntax_check_steps.rb
redcar-dev-0.12.24dev plugins/syntax_check/features/step_definitions/syntax_check_steps.rb
redcar-dev-0.12.23dev plugins/syntax_check/features/step_definitions/syntax_check_steps.rb
redcar-dev-0.12.22dev plugins/syntax_check/features/step_definitions/syntax_check_steps.rb
redcar-dev-0.12.21dev plugins/syntax_check/features/step_definitions/syntax_check_steps.rb
redcar-dev-0.12.20dev plugins/syntax_check/features/step_definitions/syntax_check_steps.rb
redcar-dev-0.12.19dev plugins/syntax_check/features/step_definitions/syntax_check_steps.rb
redcar-dev-0.12.18dev plugins/syntax_check/features/step_definitions/syntax_check_steps.rb
redcar-dev-0.12.17dev plugins/syntax_check/features/step_definitions/syntax_check_steps.rb