Showing 292 of 292 total issues

Use camelCase
Open

type FN_vkCreateImage
  =  VkDevice
  -> Ptr VkImageCreateInfo
  -> Ptr VkAllocationCallbacks
  -> Ptr VkImage

Found

type FN_vkCreateImage =
    VkDevice
    -> Ptr VkImageCreateInfo
       -> Ptr VkAllocationCallbacks -> Ptr VkImage -> IO Word32

Perhaps

type FNVkCreateImage =
    VkDevice
    -> Ptr VkImageCreateInfo
       -> Ptr VkAllocationCallbacks -> Ptr VkImage -> IO Word32

Redundant bracket
Open

registerEntityType :: EntityManager -> EntityTypeId -> (GetEntity SomeEntity) -> IO ()
Severity: Minor
Found in flaw-editor/Flaw/Editor/Entity.hs by hlint

Found

(GetEntity SomeEntity) -> IO ()

Perhaps

GetEntity SomeEntity -> IO ()

TODO found
Open

  -- TODO: allow to change presenter size dynamically

TODO found
Open

                -- TODO: handle source final (partial) blocks

TODO found
Open

  -- TODO

TODO found
Open

  -- TODO: check via secure.checkToken.
Severity: Minor
Found in flaw-social/Flaw/Social/Vkontakte.hs by fixme

TODO found
Open

  -- TODO

TODO found
Open

        -- TODO: it's not optimal, as we will set the same divisor multiple times for the same slot
Severity: Minor
Found in flaw-gl/Flaw/Graphics/GlContext.hs by fixme

TODO found
Open

  Nothing -> throwError "local addresses not implemented yet" -- TODO: local addresses
Severity: Minor
Found in flaw-collada/Flaw/Asset/Collada.hs by fixme

TODO found
Open

  -- TODO: set swap interval

TODO found
Open

                userId = 1 -- TODO: implement user auth
Severity: Minor
Found in flaw-oil-server/oild.hs by fixme

TODO found
Open

  -- TODO: implement something
Severity
Category
Status
Source
Language