inspec/lib/inspec
Vasu1105 f8ea910f32 Fixed lint errors
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
2022-05-17 11:25:13 +05:30
..
archive Apply chefstyle -a, and manually remove duplicate requires 2020-12-21 13:25:04 -05:00
completions Add command-line completions for fish shell 2017-05-04 11:42:13 -05:00
dependencies Fix to pass insecure flag to dependent profiles using runner conf 2022-01-17 18:42:33 +05:30
fetcher Issue fix related to bitbucket default branch fetching in url fetcher 2021-08-31 13:12:22 +05:30
formatters CFINSPEC-68 Fix test 2022-03-10 20:45:23 +05:30
objects Fix to build issue in inputs unit test 2021-04-21 12:33:54 +05:30
plugin Description fetch logic added for user plugin listing and test cases 2022-03-21 15:04:33 +05:30
reporters Default node_uuid to target_id like we did in 2018 2022-03-11 11:29:28 -05:00
resources Merge pull request #6004 from inspec/ss/enhance-zfs-resource 2022-05-06 09:28:01 -04:00
run_data Removed comments which are not applicable now 2021-09-01 18:07:56 +05:30
schema Revert "Revert "CFINSPEC-70 Added resource_id attribute for the custom resources in the base class"" 2022-03-04 09:15:52 -05:00
secrets chefstyle -a; https://github.com/chef/chefstyle/pull/74 2019-07-08 17:22:50 -07:00
utils CFINSPEC-191: export profile in yaml format with basic information 2022-05-13 00:31:32 +05:30
backend.rb Removed metaprogramming in Inspec::Backend. 2020-02-03 14:41:37 -08:00
base_cli.rb Several small bugs and usability fixes 2022-05-13 00:31:32 +05:30
cached_fetcher.rb Fix for null insecure option 2021-07-15 17:43:12 +05:30
cli.rb Fixes lint failure and test failures which was causing as it's enable to modify the Frozen String literal. 2022-05-13 00:31:32 +05:30
config.rb Untested bootstrapping of streaming reporter plugin, which does not exist yet 2022-02-03 10:39:29 -05:00
control_eval_context.rb Fixed lint and failing test 2021-09-28 11:57:21 +05:30
dependency_installer.rb CFINSPEC-13 Added exception handling for Gem BadRequirement error. 2022-03-04 21:16:18 +05:30
dependency_loader.rb CFINSPEC-13: Resolved the Unable to resolve gem dependency error on linux, Adds code to handle the loading of gems in the inspec check and fixed the test. 2022-03-04 00:34:46 -05:00
describe_base.rb Make __profile_id private and add comment 2019-11-07 10:49:49 -05:00
dist.rb blindly applied chefstyle -a 2019-06-11 18:52:03 -07:00
dsl.rb Test cases fixed and new test cases added 2022-03-10 19:24:52 +05:30
dsl_shared.rb Added extra doco on our require method. 2020-02-03 13:19:32 -08:00
env_printer.rb Apply chefstyle -a, and manually remove duplicate requires 2020-12-21 13:25:04 -05:00
errors.rb Several small bugs and usability fixes 2022-05-13 00:31:32 +05:30
exceptions.rb Look for signing and validation keys in user and source directories 2022-05-13 00:31:32 +05:30
expect.rb blindly applied chefstyle -a 2019-06-11 18:52:03 -07:00
fetcher.rb Fix for null insecure option 2021-07-15 17:43:12 +05:30
file_provider.rb Several small bugs and usability fixes 2022-05-13 00:31:32 +05:30
formatters.rb blindly applied chefstyle -a 2019-06-11 18:52:03 -07:00
globals.rb Add a simple proc to detect windows locally 2021-11-15 23:55:22 -05:00
iaf_file.rb Fixed lint errors 2022-05-17 11:25:13 +05:30
impact.rb Make inspec much faster for most commands. 2019-09-04 15:44:26 -07:00
input.rb Undid changes of required validation to fix build errors 2021-04-21 12:33:54 +05:30
input_dsl_helpers.rb Refactor to DRY up repeated implementation of input() 2019-11-06 11:13:18 -05:00
input_registry.rb Initial commit for regex pattern option in inputs 2021-04-21 12:33:54 +05:30
library_eval_context.rb add custom resource in the registry at the reloading of dsl 2022-01-31 19:10:27 +05:30
log.rb blindly applied chefstyle -a 2019-06-11 18:52:03 -07:00
metadata.rb doc review changes 2022-03-16 16:46:14 +05:30
method_source.rb Switched chefstyle back to Layout/AlignArguments=with_first_argument. 2019-11-08 12:57:43 -08:00
objects.rb Split out Inspec::Input functional code from the code generation code. 2019-09-13 17:12:20 -07:00
profile.rb Fixes lint failure and test failures which was causing as it's enable to modify the Frozen String literal. 2022-05-13 00:31:32 +05:30
profile_context.rb add custom resource in the registry at the reloading of dsl 2022-01-31 19:10:27 +05:30
profile_vendor.rb PR feedback re: cache warming 2020-01-27 11:01:15 -05:00
reporters.rb Revert "Make CLI reporter into a plugin" 2020-06-18 12:30:15 +01:00
require_loader.rb Remove all leading newlines. 2019-05-31 11:43:44 -07:00
resource.rb Revert "Revert "CFINSPEC-70 Added resource_id attribute for the custom resources in the base class"" 2022-03-04 09:15:52 -05:00
resources.rb Merge pull request #5915 from inspec/nm/remove-cloud-resources 2022-03-10 15:24:59 -05:00
rspec_extensions.rb Merged Inspec::Plugins::Resource to Inspec::Resource. 2020-02-03 14:41:37 -08:00
rule.rb Fix for expiry time parsing when in string format 2021-07-02 00:53:05 +05:30
run_data.rb Supply resource name, params to code_desc 2020-11-19 09:59:53 +00:00
runner.rb Merge pull request #5871 from inspec/vasundhara/support-profile-gem-dependency 2022-03-09 19:44:05 -05:00
runner_mock.rb blindly applied chefstyle -a 2019-06-11 18:52:03 -07:00
runner_rspec.rb Streaming reporter with progress bar functionality added 2022-02-18 18:11:16 +05:30
runtime_profile.rb blindly applied chefstyle -a 2019-06-11 18:52:03 -07:00
schema.rb Revert "Revert "CFINSPEC-70 Added resource_id attribute for the custom resources in the base class"" 2022-03-04 09:15:52 -05:00
secrets.rb chefstyle -a; https://github.com/chef/chefstyle/pull/74 2019-07-08 17:22:50 -07:00
shell.rb Updating links to inspec docs in ruby scripts 2020-09-14 14:09:30 -07:00
shell_detector.rb Apply chefstyle -a, and manually remove duplicate requires 2020-12-21 13:25:04 -05:00
source_reader.rb chefstyle -a; https://github.com/chef/chefstyle/pull/74 2019-07-08 17:22:50 -07:00
ui.rb Fix log output, don't use temp dir 2022-05-13 00:31:32 +05:30
ui_table_helper.rb Removing inspec/profile_vendor from inspec/base_cli. 2019-06-11 19:16:58 -07:00
version.rb Bump version to 5.15.1 by Chef Expeditor 2022-05-12 14:49:54 +00:00